Condividi tramite


ADS_BACKLINK struttura (iads.h)

La struttura ADS_BACKLINK è una rappresentazione ADSI della sintassi dell'attributo Back Link .

Sintassi

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

Members

RemoteID

Identificatore del server remoto che richiede un riferimento esterno all'oggetto specificato da ObjectName. Vedere qui di seguito.

ObjectName

Stringa Unicode con terminazione null che specifica il nome di un oggetto a cui è collegato l'attributo Back Link .

Commenti

Un attributo Back Link contiene uno o più server che contengono un riferimento esterno all'oggetto collegato.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione iads.h

Vedi anche

Strutture ADSI