ADS_POSTALADDRESS structure (iads.h)

The ADS_POSTALADDRESS structure is an ADSI representation of the Postal Address attribute.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0006 {
  LPWSTR PostalAddress[6];
} ADS_POSTALADDRESS, *PADS_POSTALADDRESS;

Members

PostalAddress[6]

An array of six null-terminated Unicode strings that represent the postal address.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADSI Structures