ReactOS 0.4.16-dev-329-g9223134
|
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "tlhelp32.h"
#include "wine/test.h"
#include "winuser.h"
Go to the source code of this file.
Macros | |
#define | WAIT_TIME (60 * 1000) |
#define | NUM_OF(x) (sizeof(x) / sizeof(x[0])) |
Functions | |
static | HANDLE (WINAPI *pCreateToolhelp32Snapshot)(DWORD |
static | BOOL (WINAPI *pModule32First)(HANDLE |
static DWORD WINAPI | sub_thread (void *pmt) |
static int | init (void) |
static void | test_process (DWORD curr_pid, DWORD sub_pcs_pid) |
static void | test_thread (DWORD curr_pid, DWORD sub_pcs_pid) |
static void | test_module (DWORD pid, const char *expected[], unsigned num_expected) |
START_TEST (toolhelp) | |
Variables | |
static char | selfname [MAX_PATH] |
static | DWORD |
static | LPMODULEENTRY32 |
static | LPPROCESSENTRY32 |
static | LPTHREADENTRY32 |
static const char * | curr_expected_modules [] |
static const char * | sub_expected_modules [] |
#define WAIT_TIME (60 * 1000) |
Definition at line 43 of file toolhelp.c.
Definition at line 61 of file toolhelp.c.
Referenced by START_TEST().
START_TEST | ( | toolhelp | ) |
Definition at line 284 of file toolhelp.c.
Definition at line 45 of file toolhelp.c.
Referenced by init().
Definition at line 222 of file toolhelp.c.
Referenced by START_TEST().
Definition at line 101 of file toolhelp.c.
Referenced by START_TEST().
Definition at line 153 of file toolhelp.c.
Referenced by START_TEST().
Definition at line 205 of file toolhelp.c.
Referenced by START_TEST().
Definition at line 34 of file toolhelp.c.
Definition at line 35 of file toolhelp.c.
Definition at line 37 of file toolhelp.c.
Definition at line 39 of file toolhelp.c.
Definition at line 31 of file toolhelp.c.
Referenced by init(), and START_TEST().
Definition at line 212 of file toolhelp.c.
Referenced by START_TEST().