Upravit

Sdílet prostřednictvím


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
PE_ATTRIB_TYPE_POLICY_LOCATOR
Policy locator type.

PeAttribSubType

Policy element attribute subtype. Must be the following type:

Value Meaning
POLICY_LOCATOR_SUB_TYPE_ASCII_DN
The sub type is ASCII.
POLICY_LOCATOR_SUB_TYPE_UNICODE_DN
The sub type is UNICODE.
POLICY_LOCATOR_SUB_TYPE_ASCII_DN_ENC
The sub type is encoded ASCII.
POLICY_LOCATOR_SUB_TYPE_UNICODE_DN_ENC
The sub type is encoded UNICODE.

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

See also

Policy Elements