HPMI_QUERY_CAPABILITIES_RESPONSE structure (hpmi.h)

HPMI_QUERY_CAPABILITIES_RESPONSE is a structure used to return information about software defined batteries (SDB).

Syntax

typedef struct _HPMI_QUERY_CAPABILITIES_RESPONSE {
  ULONG Version;
  ULONG RequestService;
  ULONG SdbCapabilities;
} HPMI_QUERY_CAPABILITIES_RESPONSE, *PHPMI_QUERY_CAPABILITIES_RESPONSE;

Members

Version

Set to HPMI_QUERY_CAPABILITIES_VERSION_1.

RequestService

Requests one or more Windows services as defined by HPMI_REQUEST_SERVICE_XXX.

SdbCapabilities

Specifies 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.

Requirements

Requirement Value
Minimum supported client Available in Windows 10, version 1709 and later versions of the Windows operating systems.
Header hpmi.h

See also

HPMI_QUERY_CAPABILITIES

IOCTL_HPMI_QUERY_CAPABILITIES

hpmi.h