GET_LOCAL_HOST_INFO3 structure (1394.h)

The GET_LOCAL_HOST_INFO3 structure contains the data returned by a REQUEST_GET_LOCAL_HOST_INFO request using u.GetLocalHostInformation.nLevel = GET_POWER_SUPPLIED.

Syntax

typedef struct _GET_LOCAL_HOST_INFO3 {
  ULONG deciWattsSupplied;
  ULONG Voltage;
} GET_LOCAL_HOST_INFO3, *PGET_LOCAL_HOST_INFO3;

Members

deciWattsSupplied

Specifies the wattage supplied, in tenths of a watt.

Voltage

Specifies the voltage, in tenths of a volt.

Requirements

Requirement Value
Header 1394.h (include 1394.h)

See also

REQUEST_GET_LOCAL_HOST_INFO