#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;
View code on GitHubNo description available.