POWER_USER_PRESENCE_TYPE enumeration (wdm.h)

This topic describes the POWER_USER_PRESENCE_TYPE enumeration.

Syntax

typedef enum {
  UserNotPresent,
  UserPresent,
  UserUnknown
} POWER_USER_PRESENCE_TYPE, *PPOWER_USER_PRESENCE_TYPE;

Constants

 
UserNotPresent
Defines the UserNotPresent constant.
UserPresent
Defines the UserPresent constant.
UserUnknown
Defines the UserUnknown constant.

Requirements

Requirement Value
Header wdm.h (include Wdm.h)