ldap_parse_vlv_controlW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_parse_vlv_controlW (WLDAP32.@)

SYNOPSIS

INT CDECL ldap_parse_vlv_controlW
 (
  WLDAP32_LDAP*           ld,
  PLDAPControlW*          control,
  PULONG                  targetpos,
  PULONG                  listcount,
  struct WLDAP32_berval** context,
  PINT                    errcode
 )

DESCRIPTION

Parse a virtual list view control.

PARAMS

ld [In] Pointer to an LDAP context.

control [In] Controls obtained from a result message.

targetpos [Out] Position of the target in the result list.

listcount [Out] Estimate of the number of results in the list.

context [Out] Server side context.

errcode [Out] Error code from the listview operation.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

Free the server context with ber_bvfree.

IMPLEMENTATION

Defined in "winldap_private.h".

Implemented in "dlls/wldap32/parse.c".