Share via


estructura USBFN_ON_ATTACH (usbfnattach.h)

Describe el tipo de puerto detectado y la acción adjuntar.

Sintaxis

typedef struct _USBFN_ON_ATTACH {
  USBFN_PORT_TYPE     PortType;
  USBFN_ATTACH_ACTION AttachAction;
} USBFN_ON_ATTACH, *PUSBFN_ON_ATTACH;

Miembros

PortType

Se detectó el tipo de puerto definido por uno de los valores con tipo USBFN_PORT_TYPE.

AttachAction

Operación que se debe realizar en función del tipo de puerto. Este valor se define en la enumeración USBFN_ATTACH_ACTION .

Requisitos

Requisito Valor
Header usbfnattach.h

Consulte también

USBFN_GET_ATTACH_ACTION