Platform SDK: TAPI |
Creates enumeration of directory objects of a given type and name.
HRESULT EnumerateDirectoryObjects( DIRECTORY_OBJECT_TYPE DirectoryObjectType, BSTR pName, IEnumDirectoryObject **ppEnumObject );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
RND_NOT_CONNECTED | The ITDirectory::Connect method has not been invoked or did not succeed. |
E_NOTIMPL | This method is not implemented. |
The application must use SysAllocString to allocate memory for the pName parameter and use SysFreeString to free the memory when the variable is no longer needed.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Rend.h.
Library: Use Rendid.lib.