Scroll to navigation

ldap_parse_referenceW(3w) Wine API ldap_parse_referenceW(3w)

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

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/parse.c".
Oct 2012 Wine API