ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Typedefs | |
typedef HMODULE(WINAPI * | LOADLIBRARYAPROC) (PCSTR) |
typedef HMODULE(WINAPI * | LOADLIBRARYWPROC) (PCWSTR) |
typedef FARPROC(WINAPI * | GETPROCADDRESSPROC) (HMODULE, PCSTR) |
typedef BOOL(WINAPI * | FREELIBRARYPROC) (HMODULE) |
Functions | |
static | INT (WINAPI *DirectXSetupGetVersion)(DWORD *lpdwVersion |
static HMODULE WINAPI | my_LoadLibraryA (PCSTR Name) |
static void | test_LoadLibraryA (PHOOKAPI hook) |
static HMODULE WINAPI | my_LoadLibraryW (PCWSTR Name) |
static void | test_LoadLibraryW (PHOOKAPI hook) |
static void | test_GetProcAddress (PHOOKAPI hook) |
BOOL WINAPI | my_FreeLibrary (HMODULE module) |
static void | test_FreeLibrary (PHOOKAPI hook) |
START_TEST (forcedxsetup) | |
Variables | |
static HMODULE | g_hShimDll |
static HMODULE | g_hSentinelModule = (HMODULE)&g_hShimDll |
static tGETHOOKAPIS | pGetHookAPIs |
static DWORD * | lpdwMinorVersion |
static int | g_NumShim = 0 |
static int | g_NumSentinel = 0 |
static int | g_NumCalls = 0 |
#define WIN32_NO_STATUS |
Definition at line 9 of file forcedxsetup.c.
Definition at line 25 of file forcedxsetup.c.
Definition at line 24 of file forcedxsetup.c.
Definition at line 22 of file forcedxsetup.c.
Definition at line 23 of file forcedxsetup.c.
Definition at line 154 of file forcedxsetup.c.
Referenced by test_FreeLibrary().
Definition at line 28 of file forcedxsetup.c.
Referenced by test_LoadLibraryA().
Definition at line 70 of file forcedxsetup.c.
Referenced by test_LoadLibraryW().
START_TEST | ( | forcedxsetup | ) |
Definition at line 185 of file forcedxsetup.c.
Definition at line 113 of file forcedxsetup.c.
Referenced by START_TEST().
Definition at line 33 of file forcedxsetup.c.
Referenced by START_TEST().
Definition at line 75 of file forcedxsetup.c.
Referenced by START_TEST().
|
static |
Definition at line 16 of file forcedxsetup.c.
Referenced by my_FreeLibrary(), my_LoadLibraryA(), my_LoadLibraryW(), test_FreeLibrary(), test_LoadLibraryA(), and test_LoadLibraryW().
|
static |
Definition at line 15 of file forcedxsetup.c.
Referenced by my_FreeLibrary(), START_TEST(), test_FreeLibrary(), test_GetProcAddress(), test_LoadLibraryA(), and test_LoadLibraryW().
|
static |
Definition at line 153 of file forcedxsetup.c.
Referenced by my_FreeLibrary(), and test_FreeLibrary().
|
static |
Definition at line 152 of file forcedxsetup.c.
Referenced by my_FreeLibrary(), and test_FreeLibrary().
|
static |
Definition at line 151 of file forcedxsetup.c.
Referenced by my_FreeLibrary(), and test_FreeLibrary().
DWORD* lpdwMinorVersion |
Definition at line 19 of file forcedxsetup.c.
Referenced by DirectXSetupGetVersion().
|
static |
Definition at line 17 of file forcedxsetup.c.
Referenced by START_TEST().