findfirstprinterchangenotification (winspool)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("winspool.drv",
    EntryPoint = "FindFirstPrinterChangeNotification",
    SetLastError = true,
    CharSet = CharSet.Auto,
    ExactSpelling = true,
    CallingConvention = CallingConvention.StdCall)]
    public static extern IntPtr FindFirstPrinterChangeNotification(
        [In] IntPtr hPrinter,
        [In] Int32 fwFlags,
        [In] Int32 fwOptions,
        [In] [MarshalAs(UnmanagedType.LPStruct)]
        PRINTER_NOTIFY_OPTIONS pPrinterNotifyOptions);

VB Signature:

Declare Function FindFirstPrinterChangeNotification Lib "winspool.dll" (TODO) As TODO

User-Defined Types:

PRINTER_NOTIFY_OPTIONS

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation