Scroll to navigation

ldap_escape_filter_elementA(3w) Wine API ldap_escape_filter_elementA(3w)

NAME

ldap_escape_filter_elementA (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_escape_filter_elementA
(
PCHAR src,
ULONG srclen,
PCHAR dst,
ULONG dstlen
)
 

DESCRIPTION

See ldap_escape_filter_elementW(3w).
 

IMPLEMENTATION

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