หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |