table of contents
other versions
- wheezy 1.4.1-4
| ldap_close_extended_op(3w) | Wine API | 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¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/extended.c".| Oct 2012 | Wine API |