Platform SDK: TAPI

RENDBIND_ Constants

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 or'ed together for convenience.

Requirements

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

See Also

ITDirectory, ITDirectory::Bind