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.h".

Implemented in "dlls/wldap32/misc.c". source.winehq.org/source/dlls/wldap32/misc.c


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.