.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_escape_filter_elementW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_escape_filter_elementW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_escape_filter_elementW ( PCHAR \fIsrc\fR, ULONG \fIsrclen\fR, PWCHAR \fIdst\fR, ULONG \fIdstlen\fR ) .SH DESCRIPTION .PP Escape binary data for safe passing in filters. .SH PARAMS \fIsrc\fR \fB[In]\fR Filter element to be escaped. .PP \fIsrclen\fR \fB[In]\fR Length in bytes of the filter element. .PP \fIdst\fR \fB[Out]\fR Destination buffer for the escaped filter element. .PP \fIdstlen\fR \fB[In]\fR Length in bytes of the destination buffer. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/misc.c"\fR.