ReactOS 0.4.16-dev-295-g4aee028
|
#include <windef.h>
#include <winbase.h>
#include <shimlib.h>
#include <strsafe.h>
#include <setup_shim.inl>
#include <implement_shim.inl>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | SHIM_NS ShimTest |
#define | SHIM_NOTIFY_FN SHIM_OBJ_NAME(Notify) |
#define | SHIM_NUM_HOOKS 2 |
#define | SHIM_SETUP_HOOKS |
Typedefs | |
typedef BOOL(WINAPI * | tGetComputerNameA) (LPSTR lpBuffer, LPDWORD lpnSize) |
typedef INT(WINAPI * | tSHStringFromGUIDA) (REFGUID guid, LPSTR lpszDest, INT cchMax) |
Functions | |
BOOL WINAPI SHIM_OBJ_NAME() | GetComputerNameA (LPSTR lpBuffer, LPDWORD lpnSize) |
int WINAPI SHIM_OBJ_NAME() | SHStringFromGUIDA (REFGUID guid, LPSTR lpszDest, INT cchMax) |
BOOL WINAPI SHIM_OBJ_NAME() | Notify (DWORD fdwReason, PVOID ptr) |
Definition at line 80 of file shimtest.c.
#define SHIM_NS ShimTest |
Definition at line 15 of file shimtest.c.
#define SHIM_NUM_HOOKS 2 |
Definition at line 81 of file shimtest.c.
#define SHIM_SETUP_HOOKS |
Definition at line 82 of file shimtest.c.
#define WIN32_NO_STATUS |
Definition at line 8 of file shimtest.c.
Definition at line 19 of file shimtest.c.
Definition at line 50 of file shimtest.c.
Definition at line 21 of file shimtest.c.
Referenced by CookupNodeId(), ElfReportEventA(), find_local_server(), SEALED_::IMsTscAx::Connect(), is_local_machineA(), ncacn_pipe_name(), PrintSystemInfo(), rpcrt4_ncacn_np_handoff(), rpcrt4_ncalrpc_handoff(), test_GetComputerName(), test_GetLongPathNameA(), test_LookupAccountName(), test_normal_imports(), test_readwrite(), test_regconnectregistry(), and wWinMain().
Definition at line 71 of file shimtest.c.
Definition at line 51 of file shimtest.c.