Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The KEYSVC_UNICODE_STRING structure defines a Unicode string and a maximum length for the string. This structure is used by the RKeyPFXInstall function.
Syntax
typedef struct _KEYSVC_UNICODE_STRING {
USHORT Length;
USHORT MaximumLength;
USHORT *Buffer;
} KEYSVC_UNICODE_STRING, *PKEYSVC_UNICODE_STRING;
Members
-
Length
-
A USHORT value that specifies the length, in bytes, used for Buffer.
-
MaximumLength
-
A USHORT value that specifies the maximum length, in bytes, allowed for Buffer.
-
Buffer
-
A pointer to a USHORT that represents the Unicode string.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|
See also