// hpmi.h
typedef struct _HPMI_QUERY_CAPABILITIES_RESPONSE {
ULONG Version;
ULONG RequestService;
ULONG SdbCapabilities;
} HPMI_QUERY_CAPABILITIES_RESPONSE, *PHPMI_QUERY_CAPABILITIES_RESPONSE;
View the official Windows Driver Kit DDI referenceNo description available.
HPMI_QUERY_CAPABILITIES_RESPONSE is a structure used to return information about software defined batteries (SDB).
VersionSet to HPMI_QUERY_CAPABILITIES_VERSION_1.
RequestServiceRequests one or more Windows services as defined by HPMI_REQUEST_SERVICE_XXX.
SdbCapabilitiesSpecifies Software Defined Battery (SDB) features supported by the system.
This field is set to combination of one or more HPMI_CAPABILITY_SDB_XXX values logically OR'd. It should be set to HPMI_CAPABILITY_NOT_SUPPORTED to indicate that SDB is not supported.