SetPrinterData
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool SetPrinterData(
IntPtr hPrinter,
string pValueName,
uint Type,
IntPtr pData,
uint cbData
);
Microsoft documentation: Link
Last updated
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool SetPrinterData(
IntPtr hPrinter,
string pValueName,
uint Type,
IntPtr pData,
uint cbData
);
Microsoft documentation: Link
Last updated