IDPE_ATTR structure (qospol.h)
The IDPE_ATTR structure contains identity policy element attribute information.
Syntax
typedef struct _IDPE_ATTR {
USHORT PeAttribLength;
UCHAR PeAttribType;
UCHAR PeAttribSubType;
UCHAR PeAttribValue[4];
} IDPE_ATTR, *LPIDPE_ATTR;
Members
PeAttribLength
Length of the entire IDPE_ATTR structure, in bytes.
PeAttribType
Policy element attribute type. Must be the following type:
Value | Meaning |
---|---|
|
Policy locator type. |
PeAttribSubType
Policy element attribute subtype. Must be the following type:
PeAttribValue[4]
Policy element value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | qospol.h |