Condividi tramite


ADS_PATH struttura (iads.h)

La struttura ADS_PATH è una rappresentazione ADSI della sintassi dell'attributo Path .

Sintassi

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0005 {
  DWORD  Type;
  LPWSTR VolumeName;
  LPWSTR Path;
} ADS_PATH, *PADS_PATH;

Members

Type

Tipo di file nel file system.

VolumeName

Stringa Unicode con terminazione null contenente il nome di un volume esistente nel file system.

Path

Stringa Unicode con terminazione null contenente il percorso di una directory nel file system.

Commenti

L'attributo Path in rappresenta un percorso del file system.

Requisiti

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

Vedi anche

Strutture ADSI