NAME

ldap_parse_referenceW  (WLDAP32.@)

SYNOPSIS

 ULONG CDECL  ldap_parse_referenceW
 (
  WLDAP32_LDAP*        ld,
  WLDAP32_LDAPMessage* message,
  PWCHAR**             referrals
 )

DESCRIPTION

Return any referrals from a result message.

PARAMS

ld [In] Pointer to an LDAP context.
result [In] Result message.
referrals [Out] Array of referral URLs.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

Free the referrals with ldap_value_free.

IMPLEMENTATION

Defined in "winldap.h".

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


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