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.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 Nov 2008.