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

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 Jan 2008.