Scroll to navigation

ldap_parse_vlv_controlW(3w) Wine API 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

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/parse.c".
Oct 2012 Wine API