.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHCreateMemStream 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHCreateMemStream\fR (SHLWAPI.12) .SH SYNOPSIS IStream * SHCreateMemStream ( const BYTE* \fIlpbData\fR, UINT \fIdwDataLen\fR ) .SH DESCRIPTION .PP Create an \fBIStream\fR object on a block of memory. .SH PARAMS \fIlpbData\fR \fB[In]\fR Memory block to create the \fBIStream\fR object on. .PP \fIdwDataLen\fR \fB[In]\fR Length of data block. .PP .SH RETURNS .PP \fBSuccess:\fR A pointer to the \fBIStream\fR object. .PP \fBFailure:\fR \fBNULL\fR, if any parameters are invalid or an error occurs. .SH NOTES .PP A copy of the memory pointed to by \fIlpbData\fR is made, and is freed when the stream is released. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/regstream.c"\fR. .PP Debug channel \fB"shell"\fR.