ReactOS 0.4.15-dev-7934-g1dc8d80
_SYSTEM_POWER_STATE_CONTEXT Struct Reference

#include <potypes.h>

Collaboration diagram for _SYSTEM_POWER_STATE_CONTEXT:

Public Attributes

union {
   struct {
      ULONG   Reserved1:8
 
      ULONG   TargetSystemState:4
 
      ULONG   EffectiveSystemState:4
 
      ULONG   CurrentSystemState:4
 
      ULONG   IgnoreHibernationPath:1
 
      ULONG   PseudoTransition:1
 
      ULONG   Reserved2:10
 
   }   DUMMYSTRUCTNAME
 
   ULONG   ContextAsUlong
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 167 of file potypes.h.

Member Data Documentation

◆ ContextAsUlong

ULONG _SYSTEM_POWER_STATE_CONTEXT::ContextAsUlong

Definition at line 178 of file potypes.h.

Referenced by FxIrp::GetParameterPowerSystemPowerStateContext().

◆ CurrentSystemState

ULONG _SYSTEM_POWER_STATE_CONTEXT::CurrentSystemState

Definition at line 173 of file potypes.h.

◆ 

_ANONYMOUS_STRUCT struct { ... } _SYSTEM_POWER_STATE_CONTEXT::DUMMYSTRUCTNAME

◆ 

_ANONYMOUS_UNION union { ... } _SYSTEM_POWER_STATE_CONTEXT::DUMMYUNIONNAME

◆ EffectiveSystemState

ULONG _SYSTEM_POWER_STATE_CONTEXT::EffectiveSystemState

Definition at line 172 of file potypes.h.

◆ IgnoreHibernationPath

ULONG _SYSTEM_POWER_STATE_CONTEXT::IgnoreHibernationPath

Definition at line 174 of file potypes.h.

◆ PseudoTransition

ULONG _SYSTEM_POWER_STATE_CONTEXT::PseudoTransition

Definition at line 175 of file potypes.h.

◆ Reserved1

ULONG _SYSTEM_POWER_STATE_CONTEXT::Reserved1

Definition at line 170 of file potypes.h.

◆ Reserved2

ULONG _SYSTEM_POWER_STATE_CONTEXT::Reserved2

Definition at line 176 of file potypes.h.

◆ TargetSystemState

ULONG _SYSTEM_POWER_STATE_CONTEXT::TargetSystemState

Definition at line 171 of file potypes.h.


The documentation for this struct was generated from the following file: