IADsResource Property Methods

Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsResource interface get or set the properties described below. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Access Method Prototype
LockCount R/O HRESULT get_LockCount
([out] LONG *plLockCount);
Path R/O HRESULT get_Path
([out] BSTR *pbstrPath);
User R/O HRESULT get_User
([out] BSTR *pbstrUser);
UserPath R/O HRESULT get_UserPath
([out] BSTR *pbstrUserPath);

Property Descriptions

LockCount
Gets the number of locks on the resource.
Path
Gets the file system path of the opened resource.
User
Gets the name of user who opened the resource.
UserPath
Gets the ADsPath of the user object for the user who opened the resource.

See Also

IADsFileServiceOperations::Resources, ADSI Resource Object