Scroll to navigation

ldap_get_optionW(3w) Wine API ldap_get_optionW(3w)

NAME

ldap_get_optionW (WLDAP32.@)

SYNOPSIS

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

DESCRIPTION

Retrieve option values for a given LDAP context.
 

PARAMS

ld [In] Pointer to an LDAP context.
option [In] Option to get values for.
value [Out] Pointer to option values.
 

RETURNS

Success: LDAP_SUCCESS
Failure: An LDAP error code.
 

IMPLEMENTATION

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