struttura KEYSVC_UNICODE_STRING
La struttura KEYSVC_UNICODE_STRING definisce una stringa Unicode e una lunghezza massima per la stringa. Questa struttura viene utilizzata dalla funzione RKeyPFXInstall .
Sintassi
typedef struct _KEYSVC_UNICODE_STRING {
USHORT Length;
USHORT MaximumLength;
USHORT *Buffer;
} KEYSVC_UNICODE_STRING, *PKEYSVC_UNICODE_STRING;
Members
-
Lunghezza
-
Valore USHORT che specifica la lunghezza, in byte, utilizzata per Buffer.
-
MaximumLength
-
Valore USHORT che specifica la lunghezza massima, espressa in byte, consentita per Buffer.
-
Buffer
-
Puntatore a USHORT che rappresenta la stringa Unicode.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Nessuno supportato |
Server minimo supportato |
Windows Server 2003 [solo app desktop] |
Intestazione |
|
Vedi anche