// udecxusbdevice.h
typedef enum _UDECX_ENDPOINTS_CONFIGURE_TYPE {
UdecxEndpointsConfigureTypeDeviceInitialize,
UdecxEndpointsConfigureTypeDeviceConfigurationChange,
UdecxEndpointsConfigureTypeInterfaceSettingChange,
UdecxEndpointsConfigureTypeEndpointsReleasedOnly
} UDECX_ENDPOINTS_CONFIGURE_TYPE, *PUDECX_ENDPOINTS_CONFIGURE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Defines values for endpoint configuration options.
UdecxEndpointsConfigureTypeDeviceInitializeReserved for internal use.
UdecxEndpointsConfigureTypeDeviceConfigurationChangeThe requested change applies to the USB device configuration.
UdecxEndpointsConfigureTypeInterfaceSettingChangeThe requested change applies to an alternate setting of a USB interface.
UdecxEndpointsConfigureTypeEndpointsReleasedOnlyThe requested change applies to an endpoint of an interface setting.
EVT_UDECX_USB_DEVICE_ENDPOINTS_CONFIGURE
UDECX_ENDPOINTS_CONFIGURE_PARAMS