.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHReadDataBlockList 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHReadDataBlockList\fR (SHLWAPI.18) .SH SYNOPSIS HRESULT SHReadDataBlockList ( IStream* \fIlpStream\fR, LPDBLIST* \fIlppList\fR ) .SH DESCRIPTION .PP Read and create a DataBlock list from an \fBIStream\fR object. .SH PARAMS \fIlpStream\fR \fB[In]\fR Stream to read the list from. .PP \fIlppList\fR \fB[0]\fR Pointer to receive the new List. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR An \fBHRESULT\fR error code. .SH NOTES .PP When read from a file, list objects are limited in size to 64k. See \fBSHWriteDataBlockList(3w)\fR. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/clist.c"\fR. .PP Debug channel \fB"shell"\fR.