ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | SplGetSpoolFileInfo (HANDLE hPrinter, HANDLE hProcessHandle, DWORD Level, PFILE_INFO_1 pFileInfo, DWORD dwSize, DWORD *dwNeeded) |
BOOL WINAPI | SplCommitSpoolData (HANDLE hPrinter, HANDLE hProcessHandle, DWORD cbCommit, DWORD Level, PFILE_INFO_1 pFileInfo, DWORD dwSize, DWORD *dwNeeded) |
BOOL WINAPI | SplCloseSpoolFileHandle (HANDLE hPrinter) |
Definition at line 76 of file spoolfile.c.
Referenced by _RpcCloseSpoolFileHandle().
BOOL WINAPI SplCommitSpoolData | ( | HANDLE | hPrinter, |
HANDLE | hProcessHandle, | ||
DWORD | cbCommit, | ||
DWORD | Level, | ||
PFILE_INFO_1 | pFileInfo, | ||
DWORD | dwSize, | ||
DWORD * | dwNeeded | ||
) |
Definition at line 50 of file spoolfile.c.
Referenced by _RpcCommitSpoolData(), and _RpcCommitSpoolData2().
BOOL WINAPI SplGetSpoolFileInfo | ( | HANDLE | hPrinter, |
HANDLE | hProcessHandle, | ||
DWORD | Level, | ||
PFILE_INFO_1 | pFileInfo, | ||
DWORD | dwSize, | ||
DWORD * | dwNeeded | ||
) |
Definition at line 11 of file spoolfile.c.
Referenced by _RpcGetSpoolFileInfo(), and _RpcGetSpoolFileInfo2().