ADS_PATH structure (iads.h)

The ADS_PATH structure is an ADSI representation of the Path attribute syntax.

Syntax

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

Members

Type

Type of file in the file system.

VolumeName

The null-terminated Unicode string that contains the name of an existing volume in the file system.

Path

The null-terminated Unicode string that contains the path of a directory in the file system.

Remarks

The Path attribute in represents a file system path.

Requirements

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

See also

ADSI Structures