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
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/parse.c".