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 |