#include <apitest.h>
#include <shlwapi.h>
#include <versionhelpers.h>
Go to the source code of this file.
◆ ISOS_ENTRY_LEVEL
◆ OS_WIN32SORGREATER
| #define OS_WIN32SORGREATER 0x00 |
◆ PFNISOS
◆ START_TEST()
Definition at line 24 of file IsOS.c.
25{
29
30#define ISOS_ENTRY_LEVEL(level) { level, #level }
32 {
39 };
40
42 {
48 };
49#undef ISOS_ENTRY_LEVEL
50
53 {
54 skip(
FALSE,
"shlwapi.dll is not available\n");
55 return;
56 }
57
61 if (!pIsOS)
62 {
64 return;
65 }
66
68 {
69 ok(pIsOS(FALSE_OS_Levels[
i].
Value) ==
FALSE,
"Expected IsOS(%s) to return FALSE, got TRUE\n", FALSE_OS_Levels[
i].
Name);
70 }
71
73 {
74 ok(pIsOS(TRUE_OS_Levels[
i].
Value) ==
TRUE,
"Expected IsOS(%s) to return TRUE, got FALSE\n", TRUE_OS_Levels[
i].
Name);
75 }
76}
BOOL(WINAPI * PFNISOS)(DWORD)
#define OS_WIN32SORGREATER
#define ISOS_ENTRY_LEVEL(level)
#define GetProcAddress(x, y)
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
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
#define OS_WIN95ORGREATER
#define OS_WIN98ORGREATER
#define OS_WIN2000ORGREATER
#define OS_FASTUSERSWITCHING
VERSIONHELPERAPI IsWindowsVistaOrGreater()
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value