ldap_close_extended_op (WLDAP32.@)
ULONG CDECL ldap_close_extended_op ( WLDAP32_LDAP* ld, ULONG msgid )
Close an extended operation.
ld | [In] | Pointer to an LDAP context. |
msgid | [In] | Message Id of the operation to be closed. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
Contrary to native, OpenLDAP does not require us to close extended operations, so this is a no-op.
Defined in "winldap.h".
Implemented in "dlls/wldap32/extended.c". source.winehq.org/source/dlls/wldap32/extended.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.