Go to the source code of this file.
◆ ENTRY
◆ EnumCodePagesProcA()
Definition at line 32 of file EnumSystemCodePages.c.
34{
40
44
46}
BOOL CALLBACK EnumCodePagesProcW(LPWSTR lpCodePageString)
#define HeapFree(x, y, z)
#define MultiByteToWideChar
Referenced by RunEnumTests().
◆ EnumCodePagesProcW()
Definition at line 16 of file EnumSystemCodePages.c.
18{
20 int ret =
swscanf(lpCodePageString,
L"%u", &CodePage);
21
22 ok(
ret == 1,
"%s: '%S' is not a valid number\n",
func, lpCodePageString);
24 trace(
"%s: '%S' is a valid number (%lu)\n",
func, lpCodePageString, CodePage);
25
28}
_ACRTIMP int __cdecl swscanf(const wchar_t *, const wchar_t *,...)
Referenced by EnumCodePagesProcA(), and RunEnumTests().
◆ RunEnumTests()
Definition at line 56 of file EnumSystemCodePages.c.
58{
61
63 {
66 { 0,
TRUE, 0xDEADF00D },
69 };
70
72 {
76 ? "EnumSystemCodePagesA"
77 : "EnumSystemCodePagesW";
84
86 {
89 }
91 {
94 }
97 }
98}
BOOL CALLBACK EnumCodePagesProcA(LPSTR lpCodePageString)
BOOL WINAPI EnumSystemCodePagesW(CODEPAGE_ENUMPROCW lpfnCodePageEnum, DWORD flags)
BOOL WINAPI EnumSystemCodePagesA(CODEPAGE_ENUMPROCA lpfnCodePageEnum, DWORD flags)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
_In_ LPWSTR _In_ DWORD _In_ DWORD _In_ DWORD dwFlags
DWORD WINAPI GetLastError(void)
#define ERROR_INVALID_FLAGS
Referenced by START_TEST().
◆ START_TEST()
◆ cntInstalled
◆ cntLast
◆ cntSupported
◆ func