USBFN_BUS_CONFIGURATION_INFO structure (usbfnbase.h)
Configuration packet that stores information about an available USB configuration.
Syntax
typedef struct _USBFN_BUS_CONFIGURATION_INFO {
WCHAR ConfigurationName[MAX_CONFIGURATION_NAME_LENGTH];
BOOLEAN IsCurrent;
BOOLEAN IsActive;
} USBFN_BUS_CONFIGURATION_INFO, *PUSBFN_BUS_CONFIGURATION_INFO;
Members
ConfigurationName[MAX_CONFIGURATION_NAME_LENGTH]
A NULL-terminated string that indicates the name of a configuration.
IsCurrent
Indicates whether this configuration is the current configuration.
IsActive
Indicates whether the configuration is active. This is a read-only information that is returned by USB function class extension (UFX) and is ignored in requests sent to UFX.
Requirements
Requirement | Value |
---|---|
Header | usbfnbase.h |