// wdm.h
typedef enum {
UserNotPresent,
UserPresent,
UserUnknown
} POWER_USER_PRESENCE_TYPE, *PPOWER_USER_PRESENCE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the POWER_USER_PRESENCE_TYPE enumeration.
UserNotPresentDefines the UserNotPresent constant.
UserPresentDefines the UserPresent constant.
UserUnknownDefines the UserUnknown constant.