Scroll to navigation

ldap_parse_extended_resultA(3w) Wine API ldap_parse_extended_resultA(3w)

NAME

ldap_parse_extended_resultA (WLDAP32.@)

SYNOPSIS

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

DESCRIPTION

See ldap_parse_extended_resultW(3w).
 

IMPLEMENTATION

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