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

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


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