ldap_parse_sort_controlW (WLDAP32.@)
ULONG CDECL ldap_parse_sort_controlW ( WLDAP32_LDAP* ld, PLDAPControlW* control, ULONG* result, PWCHAR* attr )
Parse a sort control.
ld | [In] | Pointer to an LDAP context. |
control | [In] | Control obtained from a result message. |
result | [Out] | Result code. |
attr | [Out] | Failing attribute. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
If the function fails, free the failing attribute with ldap_memfree.
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 Jan 2008.