TOKEN_ELEVATION struttura (winnt.h)

La struttura TOKEN_ELEVATION indica se un token ha privilegi elevati.

Sintassi

typedef struct _TOKEN_ELEVATION {
  DWORD TokenIsElevated;
} TOKEN_ELEVATION, *PTOKEN_ELEVATION;

Members

TokenIsElevated

Valore diverso da zero se il token ha privilegi elevati; in caso contrario, un valore zero.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione winnt.h