SPLCLIENT_INFO_2_W2K - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

typedef struct _SPLCLIENT_INFO_2_V1 {
  ULONG_PTR hSplPrinter;
} SPLCLIENT_INFO_2_W2K;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winsplp-_splclient_info_2_v1)

_SPLCLIENT_INFO_2_V1 structure

Description

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

Members

hSplPrinter

Specifies the server-side handle to be used for direct calls.