table of contents
other versions
- wheezy 1.4.1-4
WLDAP32_ldap_abandon(3w) | Wine API | WLDAP32_ldap_abandon(3w) |
NAME¶
WLDAP32_ldap_abandon (WLDAP32.@)SYNOPSIS¶
ULONG CDECL WLDAP32_ldap_abandon(
WLDAP32_LDAP* ld,
ULONG msgid
)
DESCRIPTION¶
Cancel an asynchronous operation.PARAMS¶
ld [In] Pointer to an LDAP context. msgid [In] Id of the operation to cancel.RETURNS¶
Success: LDAP_SUCCESS Failure: An LDAP error code.IMPLEMENTATION¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/misc.c".Oct 2012 | Wine API |