DEV_BROADCAST_HDR (Structures)
Last changed: e_kaluc@yahoo.com-88.247.175.195

.
Summary
Retrieved by handling WM_CHANGEDEVICE Message's LPARAM property value. DEV_BROADCAST_HDR structure supplies information about the changed device's type.

C# Signature:

[StructLayout(LayoutKind.Sequential)]
struct DEV_BROADCAST_HDR {
   public uint dbch_Size;
   public uint dbch_DeviceType;
   public uint dbch_Reserved;
}

VB Signature:

Structure DEV_BROADCAST_HDR
   Public dbch_Size as UInteger
   Public dbch_DeviceType as UInteger
   Public dbch_Reserved as UInteger
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation