HelperAttributeInfo 構造体 (ndhelper.h)
HelperAttributeInfo 構造体には、ヘルパー属性の名前とその型が含まれています。
構文
typedef struct tagHelperAttributeInfo {
LPWSTR pwszName;
ATTRIBUTE_TYPE type;
} HelperAttributeInfo, *PHelperAttributeInfo;
メンバー
pwszName
型: [string] LPWSTR
ヘルパー属性の名前を含む null で終わる文字列へのポインター。
type
種類: ATTRIBUTE_TYPE
ヘルパー属性の型。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | ndhelper.h |