[ StructLayout( LayoutKind.Sequential ) ]
public struct HIDD_ATTRIBUTES
{
public Int32 Size;
public Int16 VendorID;
public Int16 ProductID
public Int16 VersionNumber;
}
HIDD_ATTRIBUTES Structure in VB:
<StructLayout(LayoutKind.Sequential)> _
Public Structure HIDD_ATTRIBUTES
Public Size As Int32
Public VendorID As Int16
Public ProductID As Int16
Public VersionNumber As Int16
End Structure
Parameters
Specifies an open handle to a top-level collection.
Parameters
Pointer to a caller-allocated HIDD_ATTRIBUTES structure that returns the attributes of the collection specified by DeviceObject.