.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHCreateStreamOnFileA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHCreateStreamOnFileA\fR (SHLWAPI.@) .SH SYNOPSIS HRESULT SHCreateStreamOnFileA ( LPCSTR \fIlpszPath\fR, DWORD \fIdwMode\fR, IStream** \fIlppStream\fR ) .SH DESCRIPTION .PP Create a stream on a file. .SH PARAMS \fIlpszPath\fR \fB[In]\fR Path of file to create stream on. .PP \fIdwMode\fR \fB[In]\fR Mode to create stream in. .PP \fIlppStream\fR \fB[Out]\fR Destination for created \fBIStream\fR object. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIlppStream\fR contains the new \fBIStream\fR object .PP \fBFailure:\fR \fBE_INVALIDARG\fR if any parameter is invalid, or an \fBHRESULT\fR error code .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/istream.c"\fR. .PP Debug channel \fB"shell"\fR.