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

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/wldap32/misc.c". source.winehq.org/source/dlls/wldap32/misc.c


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.