ldap_parse_referenceW (WLDAP32.@)
ULONG CDECL ldap_parse_referenceW ( WLDAP32_LDAP* ld, WLDAP32_LDAPMessage* message, PWCHAR** referrals )
Return any referrals from a result message.
ld | [In] | Pointer to an LDAP context. |
result | [In] | Result message. |
referrals | [Out] | Array of referral URLs. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
Free the referrals with ldap_value_free.
Defined in "winldap.h".
Implemented in "dlls/wldap32/parse.c". source.winehq.org/source/dlls/wldap32/parse.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.