Directory Services

IADsPath Property Methods

The property method of the IADsPath interface sets the property described in the following table. For more information, see Interface Property Methods.

Properties

Property Description
Type

[Visual Basic]
Access: Read/Write
DataType: Long

[C++]
HRESULT get_Type
([out] LONG* retVal);
HRESULT put_Type
([in] LONG lnType);

File type of the file system.
VolumeName

[Visual Basic]
Access: Read/Write
DataType: BSTR

[C++]
HRESULT get_VolumeName
([out] BSTR* retval);
HRESULT put_VolumeName
([in] BSTR bstrVolumeName);

Name of an existing volume of the file system.
Path

[Visual Basic]
Access: Read/Write
DataType: BSTR

[C++]
HRESULT get_Path
([out] BSTR* retval);
HRESULT put_Path
([in] BSTR bstrPath);

Path of a directory of the file system.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsPath, ADS_PATH