SECURITY_INTEGER struttura (sspi.h)
SECURITY_INTEGER è una struttura che contiene un valore numerico. Viene usato per definire altri tipi.
Sintassi
typedef struct _SECURITY_INTEGER {
unsigned long LowPart;
long HighPart;
} SECURITY_INTEGER, *PSECURITY_INTEGER;
Members
LowPart
Cifre meno significative.
HighPart
Cifre più significative.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | sspi.h (includere Security.h) |