// winsplp.h
typedef struct _SPLCLIENT_INFO_2_V1 {
ULONG_PTR hSplPrinter;
} SPLCLIENT_INFO_2_W2K;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the handle for the server-side printer that is used to make direct API calls from the client to the server without the overhead of the RPC. The performance improvement is primarily observed in calls to read/write printer made from within the spooler (Gdi32.dll during playback). This structure is used in the private spooler RPC interface (RpcSplOpenPrinter).
hSplPrinterSpecifies the server-side handle to be used for direct calls.