GetSpoolFileHandle function winspool

int GetSpoolFileHandle(
  1. int hPrinter
)

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);