Desktop Functions: Smart Device Functions:
|
Search Results for "GetPrinter" in [All]Enums
/// but it can be retrieved by EnumPrinters and GetPrinter. winspool2: GetPrinter
static extern bool GetPrinterDriverDirectory(StringBuilder pName,
Declare Function GetPrinterDriverDir Lib "winspool.dll" (TODO) As TODO
private String GetPrinterDriverDir()
GetPrinterDriverDirectory(null, null, 1, str, 1024, ref i);
static extern uint GetPrinterData(IntPtr hPrinter, string pValueName, out uint pType, byte[] pData, uint nSize, out uint pcbNeeded); |