ADS_BACKLINK structure (iads.h)

The ADS_BACKLINK structure is an ADSI representation of the Back Link attribute syntax.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0008 {
  DWORD  RemoteID;
  LPWSTR ObjectName;
} ADS_BACKLINK, *PADS_BACKLINK;

Members

RemoteID

Identifier of the remote server that requires an external reference to the object specified by ObjectName. See below.

ObjectName

The null-terminated Unicode string that specifies the name of an object to which the Back Link attribute is attached.

Remarks

A Back Link attribute contains one or more servers that hold an external reference to the attached object.

Requirements

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

See also

ADSI Structures