Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains registration information filled when the IOCTL_USB_REGISTER_FOR_TRANSPORT_CHARACTERISTICS_CHANGE
request completes.
Syntax
typedef struct _USB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION {
USB_CHANGE_REGISTRATION_HANDLE Handle;
USB_TRANSPORT_CHARACTERISTICS UsbTransportCharacteristics;
} USB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION, *PUSB_TRANSPORT_CHARACTERISTICS_CHANGE_NOTIFICATION;
Members
Handle
An opaque handle for this registration.
UsbTransportCharacteristics
A USB_TRANSPORT_CHARACTERISTICS structure that is filled by the USB driver stack with the initial values of the transport characteristics.
Requirements
Requirement | Value |
---|---|
Header | usbioctl.h |