NAME

ldap_create_vlv_controlW  (WLDAP32.@)

SYNOPSIS

 INT CDECL  ldap_create_vlv_controlW
 (
  WLDAP32_LDAP*        ld,
  WLDAP32_LDAPVLVInfo* info,
  UCHAR                critical,
  LDAPControlW**       control
 )

DESCRIPTION

Create a virtual list view control.

PARAMS

ld [In] Pointer to an LDAP context.
info [In] LDAPVLVInfo structure specifying a list view window.
critical [In] Tells the server this control is critical to the search operation.
control [Out] LDAPControl created.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

Pass the created control in conjuction with a sort control as server controls in subsequent calls to ldap_search_ext(_s). The server will then return a sorted, contiguous subset of results that meets the criteria specified in the LDAPVLVInfo structure.

IMPLEMENTATION

Defined in "winldap.h".

Implemented in "dlls/wldap32/control.c". source.winehq.org/source/dlls/wldap32/control.c


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.