SoHAttribute structure (naptypes.h)
Note The Network Access Protection platform is not available starting with Windows 10
Syntax
typedef struct tagSoHAttribute {
UINT16 type;
UINT16 size;
BYTE *value;
} SoHAttribute;
Members
type
A SoHAttributeType value that defines the attribute type contained in value.
size
The size, in bytes, of the SoH attribute pointed to by value and has a range of 0 to maxSoHAttributeSize.
value
A pointer to a SoHAttributeValue structure that contains the SoH attribute value as defined by type.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | naptypes.h |