ID_ERROR_OBJECT structure (lpmapi.h)
The ID_ERROR_OBJECT structure contains error message information for Identity Policy Elements for RSVP.
Syntax
typedef struct {
USHORT usIdErrLength;
UCHAR ucAType;
UCHAR ucSubType;
USHORT usReserved;
USHORT usIdErrorValue;
UCHAR ucIdErrData[4];
} ID_ERROR_OBJECT;
Members
usIdErrLength
Length of udIdErrData, in bytes.
ucAType
Type of Identity Policy Element error.
ucSubType
Sub-type of the Identity Policy Element error.
usReserved
Reserved. Do not use.
usIdErrorValue
Value for the Identity Policy Element error.
ucIdErrData[4]
Identity Policy Element error data.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |