DIRECTORY_OBJECT_TYPE enumeration (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 DIRECTORY_OBJECT_TYPE enum is a descriptor of whether a directory object is a conference or a user.

Syntax

typedef enum DIRECTORY_OBJECT_TYPE {
  OT_CONFERENCE = 1,
  OT_USER = 2
} ;

Constants

 
OT_CONFERENCE
Value: 1
Conference.
OT_USER
Value: 2
User.

Requirements

   
Header rend.h

See also

CreateDirectoryObject

EnumerateDirectoryObjects

ITDirectory

ITDirectoryObject

get_DirectoryObjects

get_ObjectType