ldap_extended_operation_sW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_extended_operation_sW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_extended_operation_sW
 (
  WLDAP32_LDAP*           ld,
  PWCHAR                  oid,
  struct WLDAP32_berval*  data,
  PLDAPControlW*          serverctrls,
  PLDAPControlW*          clientctrls,
  PWCHAR*                 retoid,
  struct WLDAP32_berval** retdata
 )

DESCRIPTION

Perform an extended operation (synchronous mode).

PARAMS

ld [In] Pointer to an LDAP context.

oid [In] OID of the extended operation.

data [In] Data needed by the operation.

serverctrls [In] Array of LDAP server controls.

clientctrls [In] Array of LDAP client controls.

retoid [Out] OID of the server response message.

retdata [Out] Data returned by the server.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

The data parameter should be set to NULL if the operation requires no data. The serverctrls, clientctrls, retoid and and retdata parameters are also optional. Set to NULL if not used. Free retoid and retdata after use with ldap_memfree.

IMPLEMENTATION

Defined in "winldap_private.h".

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