CountedString 構造体 (naptypes.h)
メモネットワーク アクセス保護プラットフォームは、Windows 10 以降は使用できません
構文
typedef struct tagCountedString {
UINT16 length;
WCHAR *string;
} CountedString;
メンバー
length
0 ~ maxStringLength の範囲内の文字列のサイズ (文字数)。
長さは null 終端記号を含まないことに注意してください。
string
サイズ 長 + 1 の null で終わるワイド文字列へのポインター。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | naptypes.h |