Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates information about the type of logoff method used.
Syntax
typedef enum tagWPCFLAG_LOGOFF_TYPE {
WPCFLAG_LOGOFF_TYPE_LOGOUT = 0x00000000,
WPCFLAG_LOGOFF_TYPE_RESTART = 0x00000001,
WPCFLAG_LOGOFF_TYPE_SHUTDOWN = 0x00000002,
WPCFLAG_LOGOFF_TYPE_FUS = 0x00000004,
WPCFLAG_LOGOFF_TYPE_FORCEDFUS = 0x00000008
} WPCFLAG_LOGOFF_TYPE;
Constants
WPCFLAG_LOGOFF_TYPE_LOGOUT Value: 0x00000000 The user logged off by logging off the computer. |
WPCFLAG_LOGOFF_TYPE_RESTART Value: 0x00000001 The user logged off by restarting the computer. |
WPCFLAG_LOGOFF_TYPE_SHUTDOWN Value: 0x00000002 The user logged off by shutting down the computer. |
WPCFLAG_LOGOFF_TYPE_FUS Value: 0x00000004 The user logged off by using fast user switching. |
WPCFLAG_LOGOFF_TYPE_FORCEDFUS Value: 0x00000008 The user was forced to log off by fast user switching. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Header | wpcevent.h |