RENDBIND_ Constants

[ 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 RENDBIND constants are flags used by the ITDirectory::Bind method to indicate types of authentication supplied.

RENDBIND_AUTHENTICATE

0x00000001

Authenticate user.

RENDBIND_DEFAULTDOMAINNAME

0x00000002

Use default domain name.

RENDBIND_DEFAULTUSERNAME

0x00000004

Use default user name.

RENDBIND_DEFAULTPASSWORD

0x00000008

Use default password.

RENDBIND_DEFAULTCREDENTIALS

0x0000000e

The previous three ORed together for convenience.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Rend.h

See also

ITDirectory

ITDirectory::Bind