ReactOS 0.4.16-dev-250-g3ecd236
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | WINSPOOL_TABLESIZE 16 |
Functions | |
static | BOOL (WINAPI *pBuildOtherNamesFromMachineName)(LPWSTR ** |
static | DWORD (WINAPI *pSplInitializeWinSpoolDrv)(LPVOID *) |
static LPCSTR | load_functions (void) |
static void | test_BuildOtherNamesFromMachineName (void) |
static void | test_SplInitializeWinSpoolDrv (VOID) |
START_TEST (spoolss) | |
Variables | |
static HMODULE | hwinspool |
static HMODULE | hspl |
static | LPDWORD |
static LPVOID | fn_spl [WINSPOOL_TABLESIZE] |
static LPVOID | fn_w2k [WINSPOOL_TABLESIZE] |
static LPVOID | fn_xp [WINSPOOL_TABLESIZE] |
static LPVOID | fn_v [WINSPOOL_TABLESIZE] |
Definition at line 48 of file spoolss.c.
Referenced by START_TEST().
START_TEST | ( | spoolss | ) |
Definition at line 207 of file spoolss.c.
Definition at line 121 of file spoolss.c.
Referenced by START_TEST().
Definition at line 177 of file spoolss.c.
Referenced by START_TEST().
|
static |
Definition at line 41 of file spoolss.c.
Referenced by test_SplInitializeWinSpoolDrv().
|
static |
Definition at line 44 of file spoolss.c.
Referenced by load_functions(), and test_SplInitializeWinSpoolDrv().
|
static |
Definition at line 42 of file spoolss.c.
Referenced by load_functions(), and test_SplInitializeWinSpoolDrv().
|
static |
Definition at line 43 of file spoolss.c.
Referenced by load_functions(), and test_SplInitializeWinSpoolDrv().
|
static |
Definition at line 35 of file spoolss.c.
Referenced by load_functions().
|
static |
Definition at line 33 of file spoolss.c.
Referenced by load_functions().