ITDirectory::get_DirectoryType method (rend.h)

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The get_DirectoryType method gets DIRECTORY_TYPE indicator of the type of the directory.

Syntax

HRESULT get_DirectoryType(
  [out] DIRECTORY_TYPE *pDirectoryType
);

Parameters

[out] pDirectoryType

Pointer to type of the directory.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
The pDirectoryType parameter is not a valid pointer.

Requirements

Requirement Value
Target Platform Windows
Header rend.h
DLL Rend.dll

See also

DIRECTORY_TYPE

ITDirectory