RTL_BSD_DATA_POWER_TRANSITION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

typedef struct _RTL_BSD_DATA_POWER_TRANSITION 
{
    UCHAR PowerButton : 1;
    UCHAR SleepButton : 1;
    UCHAR LidClose : 1;
    UCHAR SystemIdle : 1;
    UCHAR UserPresent : 1; // Power setting "Keep Alive"
    UCHAR ApmBattery : 1;
    UCHAR Reserved : 2;
} RTL_BSD_DATA_POWER_TRANSITION, *PRTL_BSD_DATA_POWER_TRANSITION;

#endif

View code on GitHub

NtDoc

No description available.