ReactOS 0.4.16-dev-963-g182f353
|
Go to the source code of this file.
Macros | |
#define | MAX_COUNT 8 |
#define | IGNORED 0xDEADFACE |
#define | RAISED 0xBADBEEF |
#define | DO_CHECK(i, value) CheckThreadState(__LINE__, (i), (DWORD_PTR)(value)) |
Functions | |
static VOID | CheckThreadState (INT lineno, INT i, DWORD_PTR dwState) |
static VOID | DoTest_EDIT (VOID) |
static VOID | DoTest_BUTTON (VOID) |
START_TEST (NtUserGetThreadState) | |
Definition at line 14 of file NtUserGetThreadState.c.
#define IGNORED 0xDEADFACE |
Definition at line 12 of file NtUserGetThreadState.c.
#define MAX_COUNT 8 |
Definition at line 11 of file NtUserGetThreadState.c.
#define RAISED 0xBADBEEF |
Definition at line 13 of file NtUserGetThreadState.c.
Definition at line 51 of file NtUserGetThreadState.c.
Definition at line 194 of file NtUserGetThreadState.c.
Referenced by START_TEST().
Definition at line 72 of file NtUserGetThreadState.c.
Referenced by START_TEST().
START_TEST | ( | NtUserGetThreadState | ) |
Definition at line 317 of file NtUserGetThreadState.c.