Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.48 KB

ns-storport-stor_pofx_power_control.md

File metadata and controls

84 lines (63 loc) · 2.48 KB
UID tech.root title ms.date targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:storport._STOR_POFX_POWER_CONTROL
storage
STOR_POFX_POWER_CONTROL
05/13/2021
Windows
STOR_POFX_POWER_CONTROL is the structure pointed to by the Parameters parameter when a miniport's HwStorUnitControl routine is called with a ControlType of ScsiUnitPoFxPowerControl or HwStorAdapterControl routine is called with a ControlType of ScsiAdapterPoFxPowerControl.
structure
storport.h
Windows 8
STOR_POFX_POWER_CONTROL, *PSTOR_POFX_POWER_CONTROL
apiref
HeaderDef
storport.h
_STOR_POFX_POWER_CONTROL
PSTOR_POFX_POWER_CONTROL
STOR_POFX_POWER_CONTROL
_STOR_POFX_POWER_CONTROL
storport/_STOR_POFX_POWER_CONTROL
PSTOR_POFX_POWER_CONTROL
storport/PSTOR_POFX_POWER_CONTROL
STOR_POFX_POWER_CONTROL
storport/STOR_POFX_POWER_CONTROL
c++

-description

STOR_POFX_POWER_CONTROL is the structure pointed to by the Parameters parameter when a miniport's HwStorUnitControl routine is called with a ControlType of ScsiUnitPoFxPowerControl or HwStorAdapterControl routine is called with a ControlType of ScsiAdapterPoFxPowerControl.

-struct-fields

-field Header

The STOR_POWER_CONTROL_HEADER structure.

-field PowerControlCode

A power control code GUID identifying the private control operation to execute for the unit or adapter.

-field InBufferSize

The size, in bytes, of the input buffer at InBuffer.

-field OutBufferSize

The size, in bytes, of the output buffer at OutBuffer.

-field InBuffer

Pointer to the buffer containing input parameters and data for the private power control call.

-field OutBuffer

Pointer to the buffer where the resulting output parameters and data are returned for the private power control call.

-field BytesReturned

The size, in bytes, of the data returned in OutBuffer.

-see-also

HwStorAdapterControl

HwStorUnitControl

STOR_POWER_CONTROL_HEADER