// 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 referenceNo description available.
Describes the PlayGdiScriptOnPrinterIC function.
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.
Returns a BOOL value.