ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <ntstatus.h>
#include <windows.h>
#include <ntndk.h>
#include "wine/test.h"
#include "appshim_apitest.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Typedefs | |
typedef HMODULE(WINAPI * | LOADLIBRARYAPROC) (LPCSTR lpLibFileName) |
typedef HMODULE(WINAPI * | LOADLIBRARYWPROC) (LPCWSTR lpLibFileName) |
typedef HMODULE(WINAPI * | LOADLIBRARYEXAPROC) (LPCSTR lpLibFileName, HANDLE hFile, DWORD dwFlags) |
typedef HMODULE(WINAPI * | LOADLIBRARYEXWPROC) (LPCWSTR lpLibFileName, HANDLE hFile, DWORD dwFlags) |
Functions | |
UINT WINAPI | GetErrorMode (VOID) |
static HMODULE WINAPI | my_LoadLibraryA (PCSTR Name) |
static HMODULE WINAPI | my_LoadLibraryExA (PCSTR Name, HANDLE hFile, DWORD dwFlags) |
static HMODULE WINAPI | my_LoadLibraryW (PCWSTR Name) |
static HMODULE WINAPI | my_LoadLibraryExW (PCWSTR Name, HANDLE hFile, DWORD dwFlags) |
static void | test_LoadLibraryA (PHOOKAPI hook) |
static void | test_LoadLibraryW (PHOOKAPI hook) |
static void | test_LoadLibraryExA (PHOOKAPI hook) |
static void | test_LoadLibraryExW (PHOOKAPI hook) |
DWORD | get_host_winver (void) |
START_TEST (ignoreloadlib) | |
Variables | |
static DWORD | g_WinVersion |
static tGETHOOKAPIS | pGetHookAPIs |
static HMODULE | g_hSentinelModule = (HMODULE)&pGetHookAPIs |
static HMODULE | g_h123 = (HMODULE)123 |
static HMODULE | g_h111 = (HMODULE)111 |
static HMODULE | g_h0 = (HMODULE)0 |
#define WIN32_NO_STATUS |
Definition at line 9 of file ignoreloadlib.c.
Definition at line 23 of file ignoreloadlib.c.
Definition at line 25 of file ignoreloadlib.c.
Definition at line 26 of file ignoreloadlib.c.
Definition at line 24 of file ignoreloadlib.c.
Definition at line 796 of file data.c.
Referenced by START_TEST().
Definition at line 31 of file ignoreloadlib.c.
Referenced by my_LoadLibraryA(), my_LoadLibraryExA(), my_LoadLibraryExW(), my_LoadLibraryW(), START_TEST(), test_LoadLibraryA(), test_LoadLibraryExA(), test_LoadLibraryExW(), and test_LoadLibraryW().
Definition at line 64 of file ignoreloadlib.c.
Referenced by test_LoadLibraryA().
Definition at line 72 of file ignoreloadlib.c.
Referenced by test_LoadLibraryExA().
Definition at line 88 of file ignoreloadlib.c.
Referenced by test_LoadLibraryExW().
Definition at line 80 of file ignoreloadlib.c.
Referenced by test_LoadLibraryW().
START_TEST | ( | ignoreloadlib | ) |
Definition at line 244 of file ignoreloadlib.c.
Definition at line 97 of file ignoreloadlib.c.
Referenced by START_TEST().
Definition at line 169 of file ignoreloadlib.c.
Referenced by START_TEST().
Definition at line 205 of file ignoreloadlib.c.
Referenced by START_TEST().
Definition at line 133 of file ignoreloadlib.c.
Referenced by START_TEST().
Definition at line 21 of file ignoreloadlib.c.
Referenced by test_LoadLibraryA(), test_LoadLibraryExA(), test_LoadLibraryExW(), and test_LoadLibraryW().
Definition at line 20 of file ignoreloadlib.c.
Referenced by test_LoadLibraryA(), test_LoadLibraryExA(), test_LoadLibraryExW(), and test_LoadLibraryW().
Definition at line 19 of file ignoreloadlib.c.
Referenced by test_LoadLibraryA(), test_LoadLibraryExA(), test_LoadLibraryExW(), and test_LoadLibraryW().
|
static |
Definition at line 18 of file ignoreloadlib.c.
Referenced by my_LoadLibraryA(), my_LoadLibraryExA(), my_LoadLibraryExW(), my_LoadLibraryW(), test_LoadLibraryA(), test_LoadLibraryExA(), test_LoadLibraryExW(), and test_LoadLibraryW().
|
static |
Definition at line 16 of file ignoreloadlib.c.
Referenced by START_TEST().
|
static |
Definition at line 17 of file ignoreloadlib.c.
Referenced by START_TEST().