Esempio n. 1
0
 public static extern bool FindNextPrinterChangeNotification
     ([InAttribute()] IntPtr hChangeObject,
     [OutAttribute()] out Int32 pdwChange,
     [InAttribute(), MarshalAs(UnmanagedType.LPStruct)] PRINTER_NOTIFY_OPTIONS pPrinterNotifyOptions,
     [OutAttribute()] out IntPtr lppPrinterNotifyInfo
     );
Esempio n. 2
0
 public static extern IntPtr FindFirstPrinterChangeNotification
     ([InAttribute()] IntPtr hPrinter,
     [InAttribute()] Int32 fwFlags,
     [InAttribute()] Int32 fwOptions,
     [InAttribute(), MarshalAs(UnmanagedType.LPStruct)] PRINTER_NOTIFY_OPTIONS pPrinterNotifyOptions);