ReactOS 0.4.15-dev-7958-gcd0bb1a
stub.c File Reference
#include "config.h"
#include "wine/debug.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "icm.h"
#include "mscms_priv.h"
Include dependency graph for stub.c:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mscms)
 
BOOL WINAPI CheckBitmapBits (HTRANSFORM transform, PVOID srcbits, BMFORMAT format, DWORD width, DWORD height, DWORD stride, PBYTE result, PBMCALLBACKFN callback, LPARAM data)
 
BOOL WINAPI CheckColors (HTRANSFORM transform, PCOLOR colors, DWORD number, COLORTYPE type, PBYTE result)
 
BOOL WINAPI ConvertColorNameToIndex (HPROFILE profile, PCOLOR_NAME name, PDWORD index, DWORD count)
 
BOOL WINAPI ConvertIndexToColorName (HPROFILE profile, PDWORD index, PCOLOR_NAME name, DWORD count)
 
BOOL WINAPI CreateDeviceLinkProfile (PHPROFILE profiles, DWORD nprofiles, PDWORD intents, DWORD nintents, DWORD flags, PBYTE *data, DWORD index)
 
BOOL WINAPI CreateProfileFromLogColorSpaceA (LPLOGCOLORSPACEA space, PBYTE *buffer)
 
BOOL WINAPI CreateProfileFromLogColorSpaceW (LPLOGCOLORSPACEW space, PBYTE *buffer)
 
DWORD WINAPI GenerateCopyFilePaths (LPCWSTR printer, LPCWSTR directory, LPBYTE clientinfo, DWORD level, LPWSTR sourcedir, LPDWORD sourcedirsize, LPWSTR targetdir, LPDWORD targetdirsize, DWORD flags)
 
DWORD WINAPI GetCMMInfo (HTRANSFORM transform, DWORD info)
 
BOOL WINAPI GetNamedProfileInfo (HPROFILE profile, PNAMED_PROFILE_INFO info)
 
BOOL WINAPI GetPS2ColorRenderingDictionary (HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size, PBOOL binary)
 
BOOL WINAPI GetPS2ColorRenderingIntent (HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size)
 
BOOL WINAPI GetPS2ColorSpaceArray (HPROFILE profile, DWORD intent, DWORD type, PBYTE buffer, PDWORD size, PBOOL binary)
 
BOOL WINAPI RegisterCMMA (PCSTR machine, DWORD id, PCSTR dll)
 
BOOL WINAPI RegisterCMMW (PCWSTR machine, DWORD id, PCWSTR dll)
 
BOOL WINAPI SelectCMM (DWORD id)
 
BOOL WINAPI SetColorProfileElementReference (HPROFILE profile, TAGTYPE type, TAGTYPE ref)
 
BOOL WINAPI SetColorProfileElementSize (HPROFILE profile, TAGTYPE type, DWORD size)
 
BOOL WINAPI SetStandardColorSpaceProfileA (PCSTR machine, DWORD id, PSTR profile)
 
BOOL WINAPI SetStandardColorSpaceProfileW (PCWSTR machine, DWORD id, PWSTR profile)
 
BOOL WINAPI SpoolerCopyFileEvent (LPWSTR printer, LPWSTR key, DWORD event)
 
BOOL WINAPI UnregisterCMMA (PCSTR machine, DWORD id)
 
BOOL WINAPI UnregisterCMMW (PCWSTR machine, DWORD id)
 

Function Documentation

◆ CheckBitmapBits()

BOOL WINAPI CheckBitmapBits ( HTRANSFORM  transform,
PVOID  srcbits,
BMFORMAT  format,
DWORD  width,
DWORD  height,
DWORD  stride,
PBYTE  result,
PBMCALLBACKFN  callback,
LPARAM  data 
)

Definition at line 36 of file stub.c.

39{
40 FIXME( "( %p, %p, 0x%08x, 0x%08x, 0x%08x, 0x%08x, %p, %p, 0x%08lx ) stub\n",
42
43 return FALSE;
44}
#define FIXME(fmt,...)
Definition: debug.h:111
#define FALSE
Definition: types.h:117
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: gl.h:1950
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition: gl.h:1546
GLint GLint GLsizei GLsizei height
Definition: gl.h:1546
GLint GLint GLsizei width
Definition: gl.h:1546
GLuint GLenum GLenum transform
Definition: glext.h:9407
GLsizei stride
Definition: glext.h:5848
GLuint64EXT * result
Definition: glext.h:11304
static IPrintDialogCallback callback
Definition: printdlg.c:326

◆ CheckColors()

BOOL WINAPI CheckColors ( HTRANSFORM  transform,
PCOLOR  colors,
DWORD  number,
COLORTYPE  type,
PBYTE  result 
)

Definition at line 46 of file stub.c.

48{
49 FIXME( "( %p, %p, 0x%08x, 0x%08x, %p ) stub\n", transform, colors, number, type, result );
50
51 return FALSE;
52}
GLuint GLuint GLsizei GLenum type
Definition: gl.h:1545
static unsigned int number
Definition: dsound.c:1479

◆ ConvertColorNameToIndex()

BOOL WINAPI ConvertColorNameToIndex ( HPROFILE  profile,
PCOLOR_NAME  name,
PDWORD  index,
DWORD  count 
)

Definition at line 54 of file stub.c.

55{
56 FIXME( "( %p, %p, %p, 0x%08x ) stub\n", profile, name, index, count );
57
58 return FALSE;
59}
GLuint GLuint GLsizei count
Definition: gl.h:1545
GLuint index
Definition: glext.h:6031
#define profile
Definition: kernel32.h:12
Definition: name.c:39

◆ ConvertIndexToColorName()

BOOL WINAPI ConvertIndexToColorName ( HPROFILE  profile,
PDWORD  index,
PCOLOR_NAME  name,
DWORD  count 
)

Definition at line 61 of file stub.c.

62{
63 FIXME( "( %p, %p, %p, 0x%08x ) stub\n", profile, index, name, count );
64
65 return FALSE;
66}

◆ CreateDeviceLinkProfile()

BOOL WINAPI CreateDeviceLinkProfile ( PHPROFILE  profiles,
DWORD  nprofiles,
PDWORD  intents,
DWORD  nintents,
DWORD  flags,
PBYTE data,
DWORD  index 
)

Definition at line 68 of file stub.c.

70{
71 FIXME( "( %p, 0x%08x, %p, 0x%08x, 0x%08x, %p, 0x%08x ) stub\n",
72 profiles, nprofiles, intents, nintents, flags, data, index );
73
74 return FALSE;
75}
GLbitfield flags
Definition: glext.h:7161

◆ CreateProfileFromLogColorSpaceA()

BOOL WINAPI CreateProfileFromLogColorSpaceA ( LPLOGCOLORSPACEA  space,
PBYTE buffer 
)

Definition at line 77 of file stub.c.

78{
79 FIXME( "( %p, %p ) stub\n", space, buffer );
80
81 return FALSE;
82}
GLuint buffer
Definition: glext.h:5915

◆ CreateProfileFromLogColorSpaceW()

BOOL WINAPI CreateProfileFromLogColorSpaceW ( LPLOGCOLORSPACEW  space,
PBYTE buffer 
)

Definition at line 84 of file stub.c.

85{
86 FIXME( "( %p, %p ) stub\n", space, buffer );
87
88 return FALSE;
89}

◆ GenerateCopyFilePaths()

DWORD WINAPI GenerateCopyFilePaths ( LPCWSTR  printer,
LPCWSTR  directory,
LPBYTE  clientinfo,
DWORD  level,
LPWSTR  sourcedir,
LPDWORD  sourcedirsize,
LPWSTR  targetdir,
LPDWORD  targetdirsize,
DWORD  flags 
)

Definition at line 91 of file stub.c.

94{
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;
99}
#define ERROR_SUCCESS
Definition: deptool.c:10
GLint level
Definition: gl.h:1546
#define debugstr_w
Definition: kernel32.h:32

◆ GetCMMInfo()

DWORD WINAPI GetCMMInfo ( HTRANSFORM  transform,
DWORD  info 
)

Definition at line 101 of file stub.c.

102{
103 FIXME( "( %p, 0x%08x ) stub\n", transform, info );
104
105 return 0;
106}

◆ GetNamedProfileInfo()

BOOL WINAPI GetNamedProfileInfo ( HPROFILE  profile,
PNAMED_PROFILE_INFO  info 
)

Definition at line 108 of file stub.c.

109{
110 FIXME( "( %p, %p ) stub\n", profile, info );
111
112 return FALSE;
113}

◆ GetPS2ColorRenderingDictionary()

BOOL WINAPI GetPS2ColorRenderingDictionary ( HPROFILE  profile,
DWORD  intent,
PBYTE  buffer,
PDWORD  size,
PBOOL  binary 
)

Definition at line 115 of file stub.c.

117{
118 FIXME( "( %p, 0x%08x, %p, %p, %p ) stub\n", profile, intent, buffer, size, binary );
119
120 return FALSE;
121}
GLsizeiptr size
Definition: glext.h:5919
const GLuint GLenum const GLvoid * binary
Definition: glext.h:7538

◆ GetPS2ColorRenderingIntent()

BOOL WINAPI GetPS2ColorRenderingIntent ( HPROFILE  profile,
DWORD  intent,
PBYTE  buffer,
PDWORD  size 
)

Definition at line 123 of file stub.c.

124{
125 FIXME( "( %p, 0x%08x, %p, %p ) stub\n", profile, intent, buffer, size );
126
127 return FALSE;
128}

◆ GetPS2ColorSpaceArray()

BOOL WINAPI GetPS2ColorSpaceArray ( HPROFILE  profile,
DWORD  intent,
DWORD  type,
PBYTE  buffer,
PDWORD  size,
PBOOL  binary 
)

Definition at line 130 of file stub.c.

132{
133 FIXME( "( %p, 0x%08x, 0x%08x, %p, %p, %p ) stub\n", profile, intent, type, buffer, size, binary );
134
135 return FALSE;
136}

◆ RegisterCMMA()

BOOL WINAPI RegisterCMMA ( PCSTR  machine,
DWORD  id,
PCSTR  dll 
)

Definition at line 138 of file stub.c.

139{
140 FIXME( "( %p, %s, %p ) stub\n", machine, dbgstr_tag(id), dll );
141
142 return TRUE;
143}
#define TRUE
Definition: types.h:120
static HMODULE dll
Definition: str.c:188
static const char machine[]
Definition: profile.c:104
const char * dbgstr_tag(DWORD) DECLSPEC_HIDDEN
Definition: profile.c:58

◆ RegisterCMMW()

BOOL WINAPI RegisterCMMW ( PCWSTR  machine,
DWORD  id,
PCWSTR  dll 
)

Definition at line 145 of file stub.c.

146{
147 FIXME( "( %p, %s, %p ) stub\n", machine, dbgstr_tag(id), dll );
148
149 return TRUE;
150}

◆ SelectCMM()

BOOL WINAPI SelectCMM ( DWORD  id)

Definition at line 152 of file stub.c.

153{
154 FIXME( "(%s) stub\n", dbgstr_tag(id) );
155
156 return TRUE;
157}

◆ SetColorProfileElementReference()

BOOL WINAPI SetColorProfileElementReference ( HPROFILE  profile,
TAGTYPE  type,
TAGTYPE  ref 
)

Definition at line 159 of file stub.c.

160{
161 FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, ref );
162
163 return TRUE;
164}
Definition: send.c:48

◆ SetColorProfileElementSize()

BOOL WINAPI SetColorProfileElementSize ( HPROFILE  profile,
TAGTYPE  type,
DWORD  size 
)

Definition at line 166 of file stub.c.

167{
168 FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, size );
169
170 return FALSE;
171}

◆ SetStandardColorSpaceProfileA()

BOOL WINAPI SetStandardColorSpaceProfileA ( PCSTR  machine,
DWORD  id,
PSTR  profile 
)

Definition at line 173 of file stub.c.

174{
175 FIXME( "( 0x%08x, %p ) stub\n", id, profile );
176 return TRUE;
177}

Referenced by init_function_ptrs().

◆ SetStandardColorSpaceProfileW()

BOOL WINAPI SetStandardColorSpaceProfileW ( PCWSTR  machine,
DWORD  id,
PWSTR  profile 
)

Definition at line 179 of file stub.c.

180{
181 FIXME( "( 0x%08x, %p ) stub\n", id, profile );
182 return TRUE;
183}

Referenced by init_function_ptrs().

◆ SpoolerCopyFileEvent()

BOOL WINAPI SpoolerCopyFileEvent ( LPWSTR  printer,
LPWSTR  key,
DWORD  event 
)

Definition at line 185 of file stub.c.

186{
187 FIXME( "( %s, %s, 0x%08x ) stub\n", debugstr_w(printer), debugstr_w(key), event );
188 return TRUE;
189}
struct _cl_event * event
Definition: glext.h:7739
Definition: copy.c:22

◆ UnregisterCMMA()

BOOL WINAPI UnregisterCMMA ( PCSTR  machine,
DWORD  id 
)

Definition at line 191 of file stub.c.

192{
193 FIXME( "( %p, %s ) stub\n", machine, dbgstr_tag(id) );
194
195 return TRUE;
196}

◆ UnregisterCMMW()

BOOL WINAPI UnregisterCMMW ( PCWSTR  machine,
DWORD  id 
)

Definition at line 198 of file stub.c.

199{
200 FIXME( "( %p, %s ) stub\n", machine, dbgstr_tag(id) );
201
202 return TRUE;
203}

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( mscms  )