ldap_parse_vlv_controlW(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/parse.c".