Scroll to navigation

ldap_extended_operation_sA(3w) Wine API ldap_extended_operation_sA(3w)

NAME

ldap_extended_operation_sA (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_extended_operation_sA
(
WLDAP32_LDAP* ld,
PCHAR oid,
struct WLDAP32_berval* data,
PLDAPControlA* serverctrls,
PLDAPControlA* clientctrls,
PCHAR* retoid,
struct WLDAP32_berval** retdata
)
 

DESCRIPTION

See ldap_extended_operation_sW(3w).
 

IMPLEMENTATION

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