// usbfnattach.h
typedef struct _USBFN_ON_ATTACH {
USBFN_PORT_TYPE PortType;
USBFN_ATTACH_ACTION AttachAction;
} USBFN_ON_ATTACH, *PUSBFN_ON_ATTACH;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the detected port type and attach action.
PortTypeDetected port type defined by one of the USBFN_PORT_TYPE-typed values.
AttachActionThe operation that must be performed depending on the port type. This value is defined in the USBFN_ATTACH_ACTION enumeration.