ldap_close_extended_op (Windows CE 5.0)
This function ends a request that was made by a call to the ldap_extended_operation function.
ULONG ldap_close_extended_op(LDAP* ld,ULONGMessageNumber);
Parameters
- ld
[in] Session handle. - MessageNumber
[out] Message identifier for the request.
Return Values
If this function succeeds, the return value is LDAP_SUCCESS.
If this function fails, it returns an error code. See the LDAP_RETCODE enumeration for a list of possible return values.
Remarks
After sending an extended request, or a series of such requests, to an LDAP server, call this function to let the server know that the client has finished making requests. The extended operation functions allow a client to send a free-for-all request, for any sort of information or action, to an LDAP 3 server.
In a multithreading environment, calls to this function are thread-safe.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Winldap.h.
Link Library: Wldap32.lib.
See Also
LDAP_RETCODE | ldap_extended_operation
Send Feedback on this topic to the authors