POWER_USER_PRESENCE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum {
  UserNotPresent,
  UserPresent,
  UserUnknown
} POWER_USER_PRESENCE_TYPE, *PPOWER_USER_PRESENCE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-power_user_presence_type)

Description

This topic describes the POWER_USER_PRESENCE_TYPE enumeration.

Constants

UserNotPresent

Defines the UserNotPresent constant.

UserPresent

Defines the UserPresent constant.

UserUnknown

Defines the UserUnknown constant.

Remarks

See also