RTL_BSD_POWER_BUTTON_PRESS_INFO - NtDoc

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

typedef struct _RTL_BSD_POWER_BUTTON_PRESS_INFO 
{
    ULONG LastPressBootId;
    ULONG LastPressTime;         // Time in seconds since boot
    ULONG LastReleaseTime;
    ULONG ButtonPressCount;
    ULONG CoalescedPressTime;    // Total time pressed across recent boots
    ULONG CoalescedPressCount;
} RTL_BSD_POWER_BUTTON_PRESS_INFO, *PRTL_BSD_POWER_BUTTON_PRESS_INFO;

#endif

View code on GitHub

NtDoc

No description available.