.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CheckEscapesA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCheckEscapesA\fR (SHELL32.@) .SH SYNOPSIS DWORD CheckEscapesA ( LPSTR \fIstring\fR, DWORD \fIlen\fR ) .SH PARAMS \fIstring\fR \fB[In/Out]\fR \fIstring\fR to check ??. .PP \fIlen\fR \fB[In]\fR is \fB0.\fR .PP .SH DESCRIPTION .PP Checks a \fIstring\fR for special characters which are not allowed in a path and encloses it in quotes if that is the case. .SH PARAMS \fIstring\fR \fB[In/Out]\fR \fIstring\fR to check and on return eventually quoted. .PP \fIlen\fR \fB[In]\fR length of \fIstring\fR. .PP .SH RETURNS .PP length of actual \fIstring\fR. .SH NOTES .PP Not really sure if this function returns actually a value at all. .SH IMPLEMENTATION .PP Declared in \fB"undocshell.h"\fR. .PP Implemented in \fB"dlls/shell32/shellstring.c"\fR. .PP Debug channel \fB"shell"\fR.