Scroll to navigation

ldap_set_optionW(3w) Wine API ldap_set_optionW(3w)

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

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/option.c".
Oct 2012 Wine API