ldap_connect.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_connect (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_connect
 (
  WLDAP32_LDAP*     ld,
  struct l_timeval* timeout
 )

DESCRIPTION

Connect to an LDAP server.

PARAMS

ld [In] Pointer to an LDAP context.

timeout [In] Pointer to an l_timeval structure specifying the timeout in seconds.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

The timeout parameter may be NULL in which case a default timeout value will be used.

IMPLEMENTATION

Defined in "winldap_private.h".

Implemented in "dlls/wldap32/init.c".