Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |