.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGetWebFolderFilePathA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGetWebFolderFilePathA\fR (SHLWAPI.440) .SH SYNOPSIS HRESULT SHGetWebFolderFilePathA ( LPCSTR \fIlpszFile\fR, LPSTR \fIlpszPath\fR, DWORD \fIdwPathLen\fR ) .SH DESCRIPTION .PP Find localised or default web content in \fB"%WINDOWS%\web\"\fR. .SH PARAMS \fIlpszFile\fR \fB[In]\fR File name containing content to look for. .PP \fIlpszPath\fR \fB[Out]\fR Buffer to contain the full path to the file. .PP \fIdwPathLen\fR \fB[In]\fR Length of \fIlpszPath\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIlpszPath\fR contains the full path to the content. .PP \fBFailure:\fR \fBE_FAIL\fR. The content does not exist or \fIlpszPath\fR is too short. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.