WLDAP32_ldap_result2error (WLDAP32.@)
ULONG CDECL WLDAP32_ldap_result2error ( WLDAP32_LDAP* ld, WLDAP32_LDAPMessage* res, ULONG free )
Parse an LDAP message and return the error obtained from it.
ld | [In] | Pointer to an LDAP context. |
res | [In] | Pointer to an LDAPMessage structure. |
free | [In] | Ask for the LDAPMessage structure to be freed. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
If not asked for, use ldap_msgfree to free the LDAPMessage.
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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.