Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ADS_NETADDRESS structure (iads.h)

The ADS_NETADDRESS structure is an ADSI representation of the Net Address attribute syntax.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0011 {
 DWORD AddressType;
 DWORD AddressLength;
 BYTE *Address;
} ADS_NETADDRESS, *PADS_NETADDRESS;

Members

AddressType

Types of communication protocols.

AddressLength

Address length in bytes.

Address

A network address.

Requirements

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

See also

ADSI Structures


Feedback

Was this page helpful?

Additional resources