.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DPA_LoadStream 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDPA_LoadStream\fR (COMCTL32.9) .SH SYNOPSIS HRESULT DPA_LoadStream ( HDPA* \fIphDpa\fR, PFNDPASTREAM \fIloadProc\fR, IStream* \fIpStream\fR, LPVOID \fIpData\fR ) .SH DESCRIPTION .PP Loads a dynamic pointer array from a stream. .SH PARAMS \fIphDpa\fR \fB[Out]\fR pointer to a handle to a dynamic pointer array. .PP \fIloadProc\fR \fB[In]\fR pointer to a callback function. .PP \fIpStream\fR \fB[In]\fR pointer to a stream. .PP \fIpData\fR \fB[In]\fR pointer to callback data. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR, \fBS_FALSE\fR \fB-\fR partial success .PP \fBFailure:\fR \fBHRESULT\fR error code. .SH NOTES .PP No more information available yet! .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/comctl32/dpa.c"\fR. .PP Debug channel \fB"dpa"\fR.