Platform SDK: Active Directory, ADSI, and 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 in Vtable Order

Property Description
Type

[Visual Basic]
Access: Read/Write
Data Type: LONG

[C++]
HRESULT get_Type
(LONG *retVal);

HRESULT put_Type
(LONG
lnType);

File type of the file system.
VolumeName

[Visual Basic]
Access: Read/Write
Data Type: BSTR

[C++]
HRESULT get_VolumeName
(BSTR
*retval);

HRESULT put_VolumeName
(BSTR
bstrVolumeName);

Name of an existing volume of the file system.
Path

[Visual Basic]
Access: Read/Write
Data Type: BSTR

[C++]
HRESULT get_Path
(BSTR
*retval);

HRESULT put_Path
(BSTR
bstrPath);

Path of a directory of the file system.

See Also

IADsPath, ADS_PATH