Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Note The Network Access Protection platform is not available starting with Windows 10
Syntax
typedef struct tagCountedString {
UINT16 length;
WCHAR *string;
} CountedString;
Members
length
The size, in characters, of the string within the range 0 to maxStringLength.
Note length does not include the null terminator.
string
A pointer to a null-terminated wide character string of size length + 1.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | naptypes.h |