.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathParseIconLocationA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathParseIconLocationA\fR (SHLWAPI.@) .SH SYNOPSIS int PathParseIconLocationA ( LPSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Parse the location of an icon from a path. .SH PARAMS \fIlpszPath\fR \fB[In/Out]\fR The path to parse the icon location from. .PP .SH RETURNS .PP \fBSuccess:\fR The number of the icon .PP \fBFailure:\fR \fB0\fR if the path does not contain an icon location or is \fBNULL\fR. .SH NOTES .PP The path has surrounding quotes and spaces removed regardless of whether the call succeeds or not. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.