Platform SDK: TAPI

ITDirectory::get_DirectoryType

Gets DIRECTORY_TYPE indicator of the type of the directory.

HRESULT get_DirectoryType(
  DIRECTORY_TYPE *pDirectoryType
);

Parameters

pDirectoryType
[out] Pointer to type of the directory.

Return Values

Value Meaning
S_OK Method succeeded.
E_POINTER The pDirectoryType parameter is not a valid pointer.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Rend.h.
  Library: Use Rendid.lib.

See Also

ITDirectory, DIRECTORY_TYPE