Scroll to navigation

ldap_escape_filter_elementW(3w) Wine API ldap_escape_filter_elementW(3w)

NAME

ldap_escape_filter_elementW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_escape_filter_elementW
(
PCHAR src,
ULONG srclen,
PWCHAR dst,
ULONG dstlen
)
 

DESCRIPTION

Escape binary data for safe passing in filters.
 

PARAMS

src [In] Filter element to be escaped.
srclen [In] Length in bytes of the filter element.
dst [Out] Destination buffer for the escaped filter element.
dstlen [In] Length in bytes of the destination buffer.
 

RETURNS

Success: LDAP_SUCCESS
Failure: An LDAP error code.
 

IMPLEMENTATION

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