Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstub.c
Go to the documentation of this file.
00001 /* 00002 * MSCMS - Color Management System for Wine 00003 * 00004 * Copyright 2004, 2005 Hans Leidekker 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #include "config.h" 00022 #include "wine/debug.h" 00023 00024 #include <stdarg.h> 00025 00026 #include "windef.h" 00027 #include "winbase.h" 00028 #include "wingdi.h" 00029 #include "winuser.h" 00030 #include "icm.h" 00031 00032 #include "mscms_priv.h" 00033 00034 WINE_DEFAULT_DEBUG_CHANNEL(mscms); 00035 00036 BOOL WINAPI CheckBitmapBits( HTRANSFORM transform, PVOID srcbits, BMFORMAT format, DWORD width, 00037 DWORD height, DWORD stride, PBYTE result, PBMCALLBACKFN callback, 00038 LPARAM data ) 00039 { 00040 FIXME( "( %p, %p, 0x%08x, 0x%08x, 0x%08x, 0x%08x, %p, %p, 0x%08lx ) stub\n", 00041 transform, srcbits, format, width, height, stride, result, callback, data ); 00042 00043 return FALSE; 00044 } 00045 00046 BOOL WINAPI CheckColors( HTRANSFORM transform, PCOLOR colors, DWORD number, COLORTYPE type, 00047 PBYTE result ) 00048 { 00049 FIXME( "( %p, %p, 0x%08x, 0x%08x, %p ) stub\n", transform, colors, number, type, result ); 00050 00051 return FALSE; 00052 } 00053 00054 BOOL WINAPI ConvertColorNameToIndex( HPROFILE profile, PCOLOR_NAME name, PDWORD index, DWORD count ) 00055 { 00056 FIXME( "( %p, %p, %p, 0x%08x ) stub\n", profile, name, index, count ); 00057 00058 return FALSE; 00059 } 00060 00061 BOOL WINAPI ConvertIndexToColorName( HPROFILE profile, PDWORD index, PCOLOR_NAME name, DWORD count ) 00062 { 00063 FIXME( "( %p, %p, %p, 0x%08x ) stub\n", profile, index, name, count ); 00064 00065 return FALSE; 00066 } 00067 00068 BOOL WINAPI CreateDeviceLinkProfile( PHPROFILE profiles, DWORD nprofiles, PDWORD intents, 00069 DWORD nintents, DWORD flags, PBYTE *data, DWORD index ) 00070 { 00071 FIXME( "( %p, 0x%08x, %p, 0x%08x, 0x%08x, %p, 0x%08x ) stub\n", 00072 profiles, nprofiles, intents, nintents, flags, data, index ); 00073 00074 return FALSE; 00075 } 00076 00077 BOOL WINAPI CreateProfileFromLogColorSpaceA( LPLOGCOLORSPACEA space, PBYTE *buffer ) 00078 { 00079 FIXME( "( %p, %p ) stub\n", space, buffer ); 00080 00081 return FALSE; 00082 } 00083 00084 BOOL WINAPI CreateProfileFromLogColorSpaceW( LPLOGCOLORSPACEW space, PBYTE *buffer ) 00085 { 00086 FIXME( "( %p, %p ) stub\n", space, buffer ); 00087 00088 return FALSE; 00089 } 00090 00091 DWORD WINAPI GenerateCopyFilePaths( LPCWSTR printer, LPCWSTR directory, LPBYTE clientinfo, 00092 DWORD level, LPWSTR sourcedir, LPDWORD sourcedirsize, 00093 LPWSTR targetdir, LPDWORD targetdirsize, DWORD flags ) 00094 { 00095 FIXME( "( %s, %s, %p, 0x%08x, %p, %p, %p, %p, 0x%08x ) stub\n", 00096 debugstr_w(printer), debugstr_w(directory), clientinfo, level, sourcedir, 00097 sourcedirsize, targetdir, targetdirsize, flags ); 00098 return ERROR_SUCCESS; 00099 } 00100 00101 DWORD WINAPI GetCMMInfo( HTRANSFORM transform, DWORD info ) 00102 { 00103 FIXME( "( %p, 0x%08x ) stub\n", transform, info ); 00104 00105 return 0; 00106 } 00107 00108 BOOL WINAPI GetNamedProfileInfo( HPROFILE profile, PNAMED_PROFILE_INFO info ) 00109 { 00110 FIXME( "( %p, %p ) stub\n", profile, info ); 00111 00112 return FALSE; 00113 } 00114 00115 BOOL WINAPI GetPS2ColorRenderingDictionary( HPROFILE profile, DWORD intent, PBYTE buffer, 00116 PDWORD size, PBOOL binary ) 00117 { 00118 FIXME( "( %p, 0x%08x, %p, %p, %p ) stub\n", profile, intent, buffer, size, binary ); 00119 00120 return FALSE; 00121 } 00122 00123 BOOL WINAPI GetPS2ColorRenderingIntent( HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size ) 00124 { 00125 FIXME( "( %p, 0x%08x, %p, %p ) stub\n", profile, intent, buffer, size ); 00126 00127 return FALSE; 00128 } 00129 00130 BOOL WINAPI GetPS2ColorSpaceArray( HPROFILE profile, DWORD intent, DWORD type, PBYTE buffer, 00131 PDWORD size, PBOOL binary ) 00132 { 00133 FIXME( "( %p, 0x%08x, 0x%08x, %p, %p, %p ) stub\n", profile, intent, type, buffer, size, binary ); 00134 00135 return FALSE; 00136 } 00137 00138 BOOL WINAPI RegisterCMMA( PCSTR machine, DWORD id, PCSTR dll ) 00139 { 00140 FIXME( "( %p, %s, %p ) stub\n", machine, MSCMS_dbgstr_tag(id), dll ); 00141 00142 return TRUE; 00143 } 00144 00145 BOOL WINAPI RegisterCMMW( PCWSTR machine, DWORD id, PCWSTR dll ) 00146 { 00147 FIXME( "( %p, %s, %p ) stub\n", machine, MSCMS_dbgstr_tag(id), dll ); 00148 00149 return TRUE; 00150 } 00151 00152 BOOL WINAPI SelectCMM( DWORD id ) 00153 { 00154 FIXME( "(%s) stub\n", MSCMS_dbgstr_tag(id) ); 00155 00156 return TRUE; 00157 } 00158 00159 BOOL WINAPI SetColorProfileElementReference( HPROFILE profile, TAGTYPE type, TAGTYPE ref ) 00160 { 00161 FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, ref ); 00162 00163 return TRUE; 00164 } 00165 00166 BOOL WINAPI SetColorProfileElementSize( HPROFILE profile, TAGTYPE type, DWORD size ) 00167 { 00168 FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, size ); 00169 00170 return FALSE; 00171 } 00172 00173 BOOL WINAPI SetStandardColorSpaceProfileA( PCSTR machine, DWORD id, PSTR profile ) 00174 { 00175 FIXME( "( 0x%08x, %p ) stub\n", id, profile ); 00176 return TRUE; 00177 } 00178 00179 BOOL WINAPI SetStandardColorSpaceProfileW( PCWSTR machine, DWORD id, PWSTR profile ) 00180 { 00181 FIXME( "( 0x%08x, %p ) stub\n", id, profile ); 00182 return TRUE; 00183 } 00184 00185 BOOL WINAPI SpoolerCopyFileEvent( LPWSTR printer, LPWSTR key, DWORD event ) 00186 { 00187 FIXME( "( %s, %s, 0x%08x ) stub\n", debugstr_w(printer), debugstr_w(key), event ); 00188 return TRUE; 00189 } 00190 00191 BOOL WINAPI UnregisterCMMA( PCSTR machine, DWORD id ) 00192 { 00193 FIXME( "( %p, %s ) stub\n", machine, MSCMS_dbgstr_tag(id) ); 00194 00195 return TRUE; 00196 } 00197 00198 BOOL WINAPI UnregisterCMMW( PCWSTR machine, DWORD id ) 00199 { 00200 FIXME( "( %p, %s ) stub\n", machine, MSCMS_dbgstr_tag(id) ); 00201 00202 return TRUE; 00203 } Generated on Sun May 27 2012 04:24:36 for ReactOS by
1.7.6.1
|