ReactOS
0.4.15-dev-4610-g11e0ed3
|
Go to the source code of this file.
Macros | |
#define | DPFLTR_ERROR_LEVEL 0 |
Functions | |
NTSYSAPI ULONG NTAPI | vDbgPrintEx (_In_ ULONG ComponentId, _In_ ULONG Level, _In_z_ PCCH Format, _In_ va_list ap) |
void | xprintf (const char *fmt,...) |
void | test_normal_imports () |
INT WINAPI | SHStringFromGUIDA (REFGUID, LPSTR, INT) |
void | test_ordinal_imports () |
int | main (int argc, char *argv[]) |
#define DPFLTR_ERROR_LEVEL 0 |
Definition at line 15 of file shimtest_ros.c.
hosttype.c Copyright (C) 2002 by Brian Palmer brian p@sg inet. com
Definition at line 112 of file shimtest_ros.c.
Definition at line 51 of file shimtest.c.
Referenced by SHPinDllOfCLSID(), and test_ordinal_imports().
void test_normal_imports | ( | ) |
Definition at line 27 of file shimtest_ros.c.
Referenced by main().
void test_ordinal_imports | ( | ) |
Definition at line 69 of file shimtest_ros.c.
Referenced by main().
NTSYSAPI ULONG NTAPI vDbgPrintEx | ( | _In_ ULONG | ComponentId, |
_In_ ULONG | Level, | ||
_In_z_ PCCH | Format, | ||
_In_ va_list | ap | ||
) |
Referenced by xprintf().
Definition at line 17 of file shimtest_ros.c.
Referenced by main(), test_normal_imports(), and test_ordinal_imports().