ldap_close_extended_op(3w)
NAME
ldap_close_extended_op (WLDAP32.@)
SYNOPSIS
ULONG CDECL ldap_close_extended_op ( WLDAP32_LDAP* ld, ULONG msgid )
DESCRIPTION
Close an extended operation.
PARAMS
ld [In] Pointer to an LDAP context.
msgid [In] Message Id of the operation to be closed.
RETURNS
Success: LDAP_SUCCESS
Failure: An LDAP error code.
NOTES
Contrary to native, OpenLDAP does not require us to close extended
operations, so this is a no-op.
IMPLEMENTATION
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/extended.c".