ldap_escape_filter_elementW (WLDAP32.@)
ULONG ldap_escape_filter_elementW ( PCHAR src, ULONG srclen, PWCHAR dst, ULONG dstlen )
Escape binary data for safe passing in filters.
| 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. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
Defined in "winldap.h".
Implemented in "dlls/wldap32/misc.c". source.winehq.org/source/dlls/wldap32/misc.c
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated May 2006.