ReactOS 0.4.16-dev-329-g9223134
|
#include "w32knapi.h"
Go to the source code of this file.
Functions | |
static PGDI_TABLE_ENTRY | MyGdiQueryTable () |
BOOL | IsHandleValid (HGDIOBJ hobj) |
PVOID | GetHandleUserData (HGDIOBJ hobj) |
static DWORD WINAPI | IntSyscall (FARPROC proc, UINT cParams, PVOID pFirstParam) |
DWORD | Syscall (LPWSTR pszFunction, int cParams, void *pParams) |
BOOL | IsFunctionPresent (LPWSTR lpszFunction) |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
Variables | |
HINSTANCE | g_hInstance |
HMODULE | g_hModule = NULL |
PGDI_TABLE_ENTRY | GdiHandleTable |
Definition at line 33 of file w32knapi.c.
Definition at line 50 of file w32knapi.c.
Referenced by Syscall().
Definition at line 107 of file w32knapi.c.
Definition at line 17 of file w32knapi.c.
|
static |
Definition at line 9 of file w32knapi.c.
Referenced by WinMain().
Definition at line 90 of file w32knapi.c.
Referenced by NtUserEnumDisplayMonitors1().
int APIENTRY WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 115 of file w32knapi.c.
HINSTANCE g_hInstance |
Definition at line 3 of file w32knapi.c.
Referenced by WinMain().
Definition at line 4 of file w32knapi.c.
Referenced by IsFunctionPresent(), Syscall(), and WinMain().
PGDI_TABLE_ENTRY GdiHandleTable |
Definition at line 5 of file w32knapi.c.
Referenced by GetHandleUserData(), IsHandleValid(), and WinMain().