ldap_conn_from_msg.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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: NULL

IMPLEMENTATION

Defined in "winldap_private.h".

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