Scroll to navigation

ldap_connect(3w) Wine API ldap_connect(3w)

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

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/init.c".
Oct 2012 Wine API