CreatePrinterIC - NtDoc

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

HANDLE CreatePrinterIC(
  [in]           HANDLE     hPrinter,
  [in, optional] LPDEVMODEW pDevMode
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the CreatePrinterIC function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

pDevMode [in, optional]

Defines the LPDEVMODEW parameter pDevMode.

Return value

Returns a HANDLE value.