NAME

WLDAP32_ldap_result2error  (WLDAP32.@)

SYNOPSIS

 ULONG CDECL  WLDAP32_ldap_result2error
 (
  WLDAP32_LDAP*        ld,
  WLDAP32_LDAPMessage* res,
  ULONG                free
 )

DESCRIPTION

Parse an LDAP message and return the error obtained from it.

PARAMS

ld [In] Pointer to an LDAP context.
res [In] Pointer to an LDAPMessage structure.
free [In] Ask for the LDAPMessage structure to be freed.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

If not asked for, use ldap_msgfree to free the LDAPMessage.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

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


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