EMI_METADATA_SIZE structure (emi.h)

The EMI_METADATA_SIZE structure specifies the size of the Energy Metering Interface (EMI) metadata object that can be obtained from the device by issuing an IOCTL_EMI_GET_METADATA request.

Syntax

typedef struct {
  ULONG MetadataSize;
} EMI_METADATA_SIZE;

Members

MetadataSize

The size of the EMI metadata (an EMI_METADATA structure) that can be obtained from the device.

Remarks

This structure is returned through a successful completion of an IOCTL_EMI_GET_METADATA_SIZE IOCTL request.

Requirements

Requirement Value
Minimum supported client Available starting with Windows 10.
Header emi.h (include Emi.h)

See also

Energy Metering Interface

IOCTL_EMI_GET_METADATA_SIZE