NAME

ldap_parse_extended_resultW  (WLDAP32.@)

SYNOPSIS

 ULONG CDECL  ldap_parse_extended_resultW
 (
  WLDAP32_LDAP*           ld,
  WLDAP32_LDAPMessage*    result,
  PWCHAR*                 oid,
  struct WLDAP32_berval** data,
  BOOLEAN                 free
 )

DESCRIPTION

Parse the result of an extended operation.

PARAMS

ld [In] Pointer to an LDAP context.
result [In] Result message from an extended operation.
oid [Out] OID of the extended operation.
data [Out] Result data.
free [In] Free the result message?.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

Free the OID and result data with ldap_memfree. Pass a nonzero value for 'free' or call ldap_msgfree to free the result message.

IMPLEMENTATION

Defined in "winldap.h".

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


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