ldap_lburp_end_request

Sends an LBURP end request extended operation to the server.

LDAP Version:v3
Library:*ldapx.*
NDS Version:8.5
Platform:NLM, Windows (NT, 95, 98, 2000, XP, Vista 32-bit and 64-bit ), Linux (32-bit and 64-bit), Solaris, AIX, and HP-UXNLM, Windows (NT, 95, 98, 2000, XP, Vista 32-bit and 64-bit ), Linux (32-bit and 64-bit), Solaris, AIX, and HP-UX

Syntax

  #include <ldapx.h>ldap_lburp_end_request (        LDAP *ld,        int sequenceNumber,        int *msgID);
  

Parameters

ld

(IN) Points to the handle for the LDAP session.

sequenceNumber

(IN) Points to the sequence number used to specify the ordering of the LBURP operation. The value in sequence number is one greater than the last LBURP operation sequence number in the LBURP operation stream. It allows the server to know when it has received all outstanding asynchronous LBURP operations.

msgidp

(OUT) Points to the message ID of the request when the add request succeeds.

Return Values

0x00

LDAP_SUCCESS

Non-zero

Failure. For a complete list, see LDAP Return Codes.

0x53

LDAP_ENCODING_ERROR

0x5A

LDAP_NO_MEMORY

Remarks

To obtain the results of the operation, call the ldap_result function with the returned message ID.

See Also