ADRENTRY Structure

Do not use. Describes zero or more properties belonging to one or more recipients.

Syntax

typedef struct _ADRENTRY {
  ULONG        ulReserved1;
  ULONG        cValues;
  LPSPropValue rgPropVals;
} Gender;

Members

ulReserved1
ULONG
Reserved. Must be zero.
cValues
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
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

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 4.0

Header

Wabdefs.h

DLL

Wab32.dll

 

 

Send comments about this topic to Microsoft

Build date: 6/30/2010

Community Additions

ADD
Show: