regedit: An English (United States) spelling fix.
[wine/multimedia.git] / dlls / mscms / stub.c
blob84c0cdc924313073fa10010fffcb0daddac14d39
1 /*
2 * MSCMS - Color Management System for Wine
4 * Copyright 2004, 2005 Hans Leidekker
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #include "config.h"
22 #include "wine/debug.h"
24 #include <stdarg.h>
26 #include "windef.h"
27 #include "winbase.h"
28 #include "wingdi.h"
29 #include "winuser.h"
30 #include "icm.h"
32 #include "mscms_priv.h"
34 WINE_DEFAULT_DEBUG_CHANNEL(mscms);
36 BOOL WINAPI CheckBitmapBits( HTRANSFORM transform, PVOID srcbits, BMFORMAT format, DWORD width,
37 DWORD height, DWORD stride, PBYTE result, PBMCALLBACKFN callback,
38 LPARAM data )
40 FIXME( "( %p, %p, 0x%08x, 0x%08x, 0x%08x, 0x%08x, %p, %p, 0x%08lx ) stub\n",
41 transform, srcbits, format, width, height, stride, result, callback, data );
43 return FALSE;
46 BOOL WINAPI CheckColors( HTRANSFORM transform, PCOLOR colors, DWORD number, COLORTYPE type,
47 PBYTE result )
49 FIXME( "( %p, %p, 0x%08x, 0x%08x, %p ) stub\n", transform, colors, number, type, result );
51 return FALSE;
54 BOOL WINAPI ConvertColorNameToIndex( HPROFILE profile, PCOLOR_NAME name, PDWORD index, DWORD count )
56 FIXME( "( %p, %p, %p, 0x%08x ) stub\n", profile, name, index, count );
58 return FALSE;
61 BOOL WINAPI ConvertIndexToColorName( HPROFILE profile, PDWORD index, PCOLOR_NAME name, DWORD count )
63 FIXME( "( %p, %p, %p, 0x%08x ) stub\n", profile, index, name, count );
65 return FALSE;
68 BOOL WINAPI CreateDeviceLinkProfile( PHPROFILE profiles, DWORD nprofiles, PDWORD intents,
69 DWORD nintents, DWORD flags, PBYTE *data, DWORD index )
71 FIXME( "( %p, 0x%08x, %p, 0x%08x, 0x%08x, %p, 0x%08x ) stub\n",
72 profiles, nprofiles, intents, nintents, flags, data, index );
74 return FALSE;
77 BOOL WINAPI CreateProfileFromLogColorSpaceA( LPLOGCOLORSPACEA space, PBYTE *buffer )
79 FIXME( "( %p, %p ) stub\n", space, buffer );
81 return FALSE;
84 BOOL WINAPI CreateProfileFromLogColorSpaceW( LPLOGCOLORSPACEW space, PBYTE *buffer )
86 FIXME( "( %p, %p ) stub\n", space, buffer );
88 return FALSE;
91 DWORD WINAPI GenerateCopyFilePaths( LPCWSTR printer, LPCWSTR directory, LPBYTE clientinfo,
92 DWORD level, LPWSTR sourcedir, LPDWORD sourcedirsize,
93 LPWSTR targetdir, LPDWORD targetdirsize, DWORD flags )
95 FIXME( "( %s, %s, %p, 0x%08x, %p, %p, %p, %p, 0x%08x ) stub\n",
96 debugstr_w(printer), debugstr_w(directory), clientinfo, level, sourcedir,
97 sourcedirsize, targetdir, targetdirsize, flags );
98 return ERROR_SUCCESS;
101 DWORD WINAPI GetCMMInfo( HTRANSFORM transform, DWORD info )
103 FIXME( "( %p, 0x%08x ) stub\n", transform, info );
105 return 0;
108 BOOL WINAPI GetNamedProfileInfo( HPROFILE profile, PNAMED_PROFILE_INFO info )
110 FIXME( "( %p, %p ) stub\n", profile, info );
112 return FALSE;
115 BOOL WINAPI GetPS2ColorRenderingDictionary( HPROFILE profile, DWORD intent, PBYTE buffer,
116 PDWORD size, PBOOL binary )
118 FIXME( "( %p, 0x%08x, %p, %p, %p ) stub\n", profile, intent, buffer, size, binary );
120 return FALSE;
123 BOOL WINAPI GetPS2ColorRenderingIntent( HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size )
125 FIXME( "( %p, 0x%08x, %p, %p ) stub\n", profile, intent, buffer, size );
127 return FALSE;
130 BOOL WINAPI GetPS2ColorSpaceArray( HPROFILE profile, DWORD intent, DWORD type, PBYTE buffer,
131 PDWORD size, PBOOL binary )
133 FIXME( "( %p, 0x%08x, 0x%08x, %p, %p, %p ) stub\n", profile, intent, type, buffer, size, binary );
135 return FALSE;
138 BOOL WINAPI RegisterCMMA( PCSTR machine, DWORD id, PCSTR dll )
140 FIXME( "( %p, %s, %p ) stub\n", machine, MSCMS_dbgstr_tag(id), dll );
142 return TRUE;
145 BOOL WINAPI RegisterCMMW( PCWSTR machine, DWORD id, PCWSTR dll )
147 FIXME( "( %p, %s, %p ) stub\n", machine, MSCMS_dbgstr_tag(id), dll );
149 return TRUE;
152 BOOL WINAPI SelectCMM( DWORD id )
154 FIXME( "(%s) stub\n", MSCMS_dbgstr_tag(id) );
156 return TRUE;
159 BOOL WINAPI SetColorProfileElementReference( HPROFILE profile, TAGTYPE type, TAGTYPE ref )
161 FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, ref );
163 return TRUE;
166 BOOL WINAPI SetColorProfileElementSize( HPROFILE profile, TAGTYPE type, DWORD size )
168 FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, size );
170 return FALSE;
173 BOOL WINAPI SetStandardColorSpaceProfileA( PCSTR machine, DWORD id, PSTR profile )
175 FIXME( "( 0x%08x, %p ) stub\n", id, profile );
176 return TRUE;
179 BOOL WINAPI SetStandardColorSpaceProfileW( PCWSTR machine, DWORD id, PWSTR profile )
181 FIXME( "( 0x%08x, %p ) stub\n", id, profile );
182 return TRUE;
185 BOOL WINAPI SpoolerCopyFileEvent( LPWSTR printer, LPWSTR key, DWORD event )
187 FIXME( "( %s, %s, 0x%08x ) stub\n", debugstr_w(printer), debugstr_w(key), event );
188 return TRUE;
191 BOOL WINAPI UnregisterCMMA( PCSTR machine, DWORD id )
193 FIXME( "( %p, %s ) stub\n", machine, MSCMS_dbgstr_tag(id) );
195 return TRUE;
198 BOOL WINAPI UnregisterCMMW( PCWSTR machine, DWORD id )
200 FIXME( "( %p, %s ) stub\n", machine, MSCMS_dbgstr_tag(id) );
202 return TRUE;