enumerazione USER_ACTIVITY_PRESENCE (winnt.h)
Specifica la presenza di un utente ai fini del risparmio energia in base all'attività rilevata.
Sintassi
typedef enum _USER_ACTIVITY_PRESENCE {
PowerUserPresent,
PowerUserNotPresent,
PowerUserInactive,
PowerUserMaximum,
PowerUserInvalid
} USER_ACTIVITY_PRESENCE, *PUSER_ACTIVITY_PRESENCE;
Costanti
PowerUserPresent L'utente è presente in una sessione locale o remota nel sistema. |
PowerUserNotPresent L'utente non è presente in alcuna sessione locale o remota nel sistema. |
PowerUserInactive L'utente non è attivo in alcuna sessione locale o remota nel sistema. |
PowerUserMaximum PowerUserMaximum = PowerUserInvalid. |
PowerUserInvalid Stato non valido. |
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows XP [solo app desktop] |
server minimo supportato | Windows Server 2003 [solo app desktop] |
intestazione |
winnt.h (include Windows.h) |