estructura USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR (usbspec.h)
Para obtener información sobre las descripciones, vea USB el AVISO DE CAMBIO DE INGENIERÍA 3.2 incluido en la especificación USB 3.2.
Sintaxis
typedef struct _USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR {
UCHAR bLength;
UCHAR bDescriptorType;
UCHAR bDevCapabilityType;
UCHAR bcdDescriptorVersion;
union {
ULONG AsUlong;
struct {
ULONG GetFirmwareImageHashSupport : 1;
ULONG DisallowFirmwareUpdateSupport : 1;
ULONG Reserved : 30;
};
} bmAttributes;
} USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR, *PUSB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR;
Miembros
bLength
bDescriptorType
bDevCapabilityType
bcdDescriptorVersion
bmAttributes
bmAttributes.AsUlong
bmAttributes.GetFirmwareImageHashSupport
bmAttributes.DisallowFirmwareUpdateSupport
bmAttributes.Reserved
Requisitos
Requisito | Valor |
---|---|
Header | usbspec.h |