ldap_close_extended_op.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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_private.h".

Implemented in "dlls/wldap32/extended.c".