DIRECTORY_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_TYPE enum is used to indicate the type of directory server.

Syntax

typedef enum DIRECTORY_TYPE {
  DT_NTDS = 1,
  DT_ILS = 2
} ;

Constants

 
DT_NTDS
Value: 1
Directory type is NTDS.
DT_ILS
Value: 2
Directory type is ILS. The ILS directory type is valid only for Windows 2000 and not for Windows XP.

Requirements

Requirement Value
Header rend.h

See also

CreateDirectory

ITDirectory

ITRendezvous

get_DirectoryType