USBFN_BUS_CONFIGURATION_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbfnbase.h

typedef struct _USBFN_BUS_CONFIGURATION_INFO {
  WCHAR   ConfigurationName[MAX_CONFIGURATION_NAME_LENGTH];
  BOOLEAN IsCurrent;
  BOOLEAN IsActive;
} USBFN_BUS_CONFIGURATION_INFO, *PUSBFN_BUS_CONFIGURATION_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbfnbase-_usbfn_bus_configuration_info)

_USBFN_BUS_CONFIGURATION_INFO structure

Description

Configuration packet that stores information about an available USB configuration.

Members

ConfigurationName

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.