HelperAttributeInfo structure (ndhelper.h)
The HelperAttributeInfo structure contains the name of the helper attribute and its type.
Syntax
typedef struct tagHelperAttributeInfo {
LPWSTR pwszName;
ATTRIBUTE_TYPE type;
} HelperAttributeInfo, *PHelperAttributeInfo;
Members
pwszName
Type: [string] LPWSTR
Pointer to a null-terminated string that contains the name of the helper attribute.
type
Type: ATTRIBUTE_TYPE
The type of helper attribute.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | ndhelper.h |