ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
handle_t __RPC_USER | WINSPOOL_HANDLE_bind (WINSPOOL_HANDLE wszName) |
void __RPC_USER | WINSPOOL_HANDLE_unbind (WINSPOOL_HANDLE wszName, handle_t hBinding) |
void __RPC_FAR *__RPC_USER | midl_user_allocate (SIZE_T len) |
void __RPC_USER | midl_user_free (void __RPC_FAR *ptr) |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
BOOL WINAPI | SpoolerInit (VOID) |
Variables | |
HANDLE | hProcessHeap |
HINSTANCE | hinstWinSpool = NULL |
CRITICAL_SECTION | rtlCritSec |
Definition at line 74 of file main.c.
void __RPC_FAR *__RPC_USER midl_user_allocate | ( | SIZE_T | len | ) |
void __RPC_USER midl_user_free | ( | void __RPC_FAR * | ptr | ) |
Definition at line 96 of file main.c.
handle_t __RPC_USER WINSPOOL_HANDLE_bind | ( | WINSPOOL_HANDLE | wszName | ) |
Definition at line 16 of file main.c.
void __RPC_USER WINSPOOL_HANDLE_unbind | ( | WINSPOOL_HANDLE | wszName, |
handle_t | hBinding | ||
) |
Definition at line 50 of file main.c.
Definition at line 12 of file main.c.
Referenced by DevicePropertySheets(), DllMain(), DocumentPropertySheets(), file_dlg_proc(), and StartDocDlgW().
CRITICAL_SECTION rtlCritSec |
Definition at line 13 of file main.c.
Referenced by DllMain(), IntProtectHandle(), and IntUnprotectHandle().