ldap_parse_vlv_controlW (WLDAP32.@)
INT CDECL ldap_parse_vlv_controlW ( WLDAP32_LDAP* ld, PLDAPControlW* control, PULONG targetpos, PULONG listcount, struct WLDAP32_berval** context, PINT errcode )
Parse a virtual list view control.
ld | [In] | Pointer to an LDAP context. |
control | [In] | Controls obtained from a result message. |
targetpos | [Out] | Positition 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. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
Free the server context with ber_bvfree.
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 Jan 2008.