.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathQuoteSpacesA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathQuoteSpacesA\fR (SHLWAPI.@) .SH SYNOPSIS VOID PathQuoteSpacesA ( LPSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Surround a path containing spaces in quotes. .SH PARAMS \fIlpszPath\fR \fB[In/Out]\fR Path to quote. .PP .SH RETURNS .PP Nothing. .SH NOTES .PP The path is not changed if it is invalid or has no spaces. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.