ldap_set_optionW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_set_optionW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_set_optionW
 (
  WLDAP32_LDAP* ld,
  int           option,
  void*         value
 )

DESCRIPTION

Set option values for a given LDAP context.

PARAMS

ld [In] Pointer to an LDAP context.

option [In] Option to set values for.

value [In] Pointer to option values.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

Set value to LDAP_OPT_ON or LDAP_OPT_OFF for on/off options.

IMPLEMENTATION

Defined in "winldap_private.h".

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