ldap_connect (WLDAP32.@)
ULONG CDECL ldap_connect ( WLDAP32_LDAP* ld, struct l_timeval* timeout )
Connect to an LDAP server.
ld | [In] | Pointer to an LDAP context. |
timeout | [In] | Pointer to an l_timeval structure specifying the timeout in seconds. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
The timeout parameter may be NULL in which case a default timeout value will be used.
Defined in "winldap.h".
Implemented in "dlls/wldap32/init.c". source.winehq.org/source/dlls/wldap32/init.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.