Scroll to navigation

ldap_parse_sort_controlW(3w) Wine API ldap_parse_sort_controlW(3w)

NAME

ldap_parse_sort_controlW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_parse_sort_controlW
(
WLDAP32_LDAP* ld,
PLDAPControlW* control,
ULONG* result,
PWCHAR* attr
)
 

DESCRIPTION

Parse a sort control.
 

PARAMS

ld [In] Pointer to an LDAP context.
control [In] Control obtained from a result message.
result [Out] Result code.
attr [Out] Failing attribute.
 

RETURNS

Success: LDAP_SUCCESS
Failure: An LDAP error code.
 

NOTES

If the function fails, free the failing attribute with ldap_memfree.
 

IMPLEMENTATION

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