structure KEYSVC_UNICODE_STRING
La structure KEYSVC_UNICODE_STRING définit une chaîne Unicode et une longueur maximale pour la chaîne. Cette structure est utilisée par la fonction RKeyPFXInstall .
Syntaxe
typedef struct _KEYSVC_UNICODE_STRING {
USHORT Length;
USHORT MaximumLength;
USHORT *Buffer;
} KEYSVC_UNICODE_STRING, *PKEYSVC_UNICODE_STRING;
Membres
-
Longueur
-
Valeur USHORT qui spécifie la longueur, en octets, utilisée pour Buffer.
-
MaximumLength
-
Valeur USHORT qui spécifie la longueur maximale, en octets, autorisée pour Buffer.
-
Buffer
-
Pointeur vers un USHORT qui représente la chaîne Unicode.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Aucun pris en charge |
Serveur minimal pris en charge |
Windows Server 2003 [applications de bureau uniquement] |
En-tête |
|
Voir aussi