ldap_openW (WLDAP32.@)
WLDAP32_LDAP * CDECL ldap_openW ( PWCHAR hostname, ULONG portnumber )
Initialize an LDAP context and create a TCP connection.
hostname | [In] | Name of the host to connect to. |
portnumber | [In] | Portnumber to use. |
Success: Pointer to an LDAP context.
Failure: NULL.
The hostname string can be a space separated string of hostnames, in which case the LDAP runtime will try to connect to the hosts in order, until a connection can be made. A hostname may have a trailing portnumber (separated from the hostname by a ':'), which will take precedence over the portnumber supplied as a parameter to this function.
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 Nov 2008.