|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | WaitExpectSuccess(h, ms) WaitExpect_(h, ms, WAIT_OBJECT_0, __FILE__, __LINE__) |
| #define | WaitExpectTimeout(h, ms) WaitExpect_(h, ms, WAIT_TIMEOUT, __FILE__, __LINE__) |
| #define | CloseProcessAndVerify(hp, pid, code) CloseProcessAndVerify_(hp, pid, code, __FILE__, __LINE__) |
Functions | |
| static HANDLE | StartChild (_In_ PCWSTR Argument, _In_ DWORD Flags, _Out_opt_ PDWORD ProcessId) |
| static VOID | TraceHandleCount_ (_In_ HANDLE hObject, _In_ PCSTR File, _In_ INT Line) |
| static VOID | WaitExpect_ (_In_ HANDLE hWait, _In_ DWORD Milliseconds, _In_ DWORD ExpectedError, _In_ PCSTR File, _In_ INT Line) |
| static VOID | CloseProcessAndVerify_ (_In_ HANDLE hProcess, _In_ DWORD ProcessId, _In_ UINT ExpectedExitCode, _In_ PCSTR File, _In_ INT Line) |
| static VOID | TestTerminateProcess (_In_ HANDLE hEvent) |
| START_TEST (TerminateProcess) | |
| #define CloseProcessAndVerify | ( | hp, | |
| pid, | |||
| code | |||
| ) | CloseProcessAndVerify_(hp, pid, code, __FILE__, __LINE__) |
Definition at line 105 of file TerminateProcess.c.
| #define WaitExpectSuccess | ( | h, | |
| ms | |||
| ) | WaitExpect_(h, ms, WAIT_OBJECT_0, __FILE__, __LINE__) |
Definition at line 88 of file TerminateProcess.c.
| #define WaitExpectTimeout | ( | h, | |
| ms | |||
| ) | WaitExpect_(h, ms, WAIT_TIMEOUT, __FILE__, __LINE__) |
Definition at line 89 of file TerminateProcess.c.
|
static |
Definition at line 108 of file TerminateProcess.c.
| START_TEST | ( | TerminateProcess | ) |
Definition at line 202 of file TerminateProcess.c.
|
static |
Definition at line 14 of file TerminateProcess.c.
Referenced by TestTerminateProcess().
Definition at line 143 of file TerminateProcess.c.
Referenced by START_TEST().
Definition at line 67 of file TerminateProcess.c.
Referenced by CloseProcessAndVerify_().
|
static |
Definition at line 92 of file TerminateProcess.c.
Referenced by CloseProcessAndVerify_().