UnregisterDeviceNotification (user32)
Last changed: maurosegato@gmail.com-80.183.150.182

.
Summary

C# Signature:

[DllImport("user32.dll", SetLastError = true)]
static extern bool UnregisterDeviceNotification(IntPtr Handle);

VB Signature:

<DllImport("user32.dll", SetLastError:= true)> _
public shared function UnregisterDeviceNotification(byval Handle as IntPtr) as boolean
end function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation