GetSpoolFileHandle function winspool
The GetSpoolFileHandle function retrieves a handle for the spool file associated with the job currently submitted by the application.
HANDLE GetSpoolFileHandle(
_In_ HANDLE hPrinter
);
Implementation
int GetSpoolFileHandle(int hPrinter) => _GetSpoolFileHandle(hPrinter);