ADRENTRY structure (wabdefs.h)
Do not use. Describes zero or more properties belonging to one or more recipients.
Syntax
typedef struct _ADRENTRY {
ULONG ulReserved1;
ULONG cValues;
LPSPropValue rgPropVals;
} ADRENTRY, *LPADRENTRY;
Members
ulReserved1
Type: ULONG
cValues
Type: ULONG
Variable of type ULONG that specifies the count of properties in the property value array to which the rgPropVals member points. The cValues member can be zero.
rgPropVals
Type: LPSPropValue
Pointer to a variable of type SPropValue that specifies the property value array describing the properties for the recipient. The rgPropVals member can be NULL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wabdefs.h |