.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathGetArgsA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathGetArgsA\fR (SHLWAPI.@) .SH SYNOPSIS LPSTR PathGetArgsA ( LPCSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Find the next argument in a string delimited by spaces. .SH PARAMS \fIlpszPath\fR \fB[In]\fR The string to search for arguments in. .PP .SH RETURNS .PP The start of the next argument in \fIlpszPath\fR, or \fBNULL\fR if \fIlpszPath\fR is \fBNULL\fR. .SH NOTES .PP Spaces in quoted strings are ignored as delimiters. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.