The following list shows that steps to take when adding a VLV
search to your application. These steps are demonstrated in
Example Code for
Using LDAP VLV.
Bind to the server that you want to perform the search on using
ldap_bind or ldap_bind_s.
Parse the results from the server using ldap_parse_result, then parse
the vlv results received from the response control
(LDAP_CONTROL_VLVRESPONSE) using ldap_parse_vlv_control.