SPLCLIENT_INFO_2_W2K structure (winsplp.h)

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

Syntax

typedef struct _SPLCLIENT_INFO_2_V1 {
  ULONG_PTR hSplPrinter;
} SPLCLIENT_INFO_2_W2K;

Members

hSplPrinter

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

Requirements

Requirement Value
Header winsplp.h