PlayGdiScriptOnPrinterIC - NtDoc

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

BOOL PlayGdiScriptOnPrinterIC(
  [in]  HANDLE hPrinterIC,
  [in]  LPBYTE pIn,
  [in]  DWORD  cIn,
  [out] LPBYTE pOut,
  [in]  DWORD  cOut,
  [in]  DWORD  ul
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winsplp-playgdiscriptonprinteric)

Description

Describes the PlayGdiScriptOnPrinterIC function.

Parameters

hPrinterIC [in]

Defines the HANDLE parameter hPrinterIC.

pIn [in]

Defines the LPBYTE parameter pIn.

cIn [in]

Defines the DWORD parameter cIn.

pOut [out]

Defines the LPBYTE parameter pOut

cOut [in]

Defines the DWORD parameter cOut

ul [in]

Defines the DWORD parameter ul.

Return value

Returns a BOOL value.