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
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/misc.c".