USBFN_ON_ATTACH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbfnattach-_usbfn_on_attach)

_USBFN_ON_ATTACH structure

Description

Describes the detected port type and attach action.

Members

PortType

Detected port type defined by one of the USBFN_PORT_TYPE-typed values.

AttachAction

The operation that must be performed depending on the port type. This value is defined in the USBFN_ATTACH_ACTION enumeration.

See also

USBFN_GET_ATTACH_ACTION