table of contents
other versions
- wheezy 1.4.1-4
ldap_conn_from_msg(3w) | Wine API | ldap_conn_from_msg(3w) |
NAME¶
ldap_conn_from_msg (WLDAP32.@)SYNOPSIS¶
WLDAP32_LDAP * CDECL ldap_conn_from_msg(
WLDAP32_LDAP* ld,
WLDAP32_LDAPMessage* res
)
DESCRIPTION¶
Get the LDAP context for a given message.PARAMS¶
ld [In] Pointer to an LDAP context. res [In] LDAP message.RETURNS¶
Success: Pointer to an LDAP context. Failure: NULLIMPLEMENTATION¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/misc.c".Oct 2012 | Wine API |