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_CONFERENCEValue: 1 Conference. |
OT_USERValue: 2 User. |
Requirements
| Header | rend.h |