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.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 Nov 2008.