ldap_parse_sort_controlW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/wldap32/parse.c".