.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ReadClassStm 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBReadClassStm\fR (OLE32.@) .SH SYNOPSIS HRESULT ReadClassStm ( IStream* \fIpStm\fR, CLSID* \fIpclsid\fR ) .SH DESCRIPTION .PP Reads a \fBCLSID\fR from a stream. .SH PARAMS \fIpStm\fR \fB[In]\fR Stream to read from. .PP rclsid \fB[Out]\fR \fBCLSID\fR to read. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBHRESULT\fR code. .SH IMPLEMENTATION .PP Declared in \fB"ole2.h"\fR. .PP Implemented in \fB"dlls/ole32/storage32.c"\fR. .PP Debug channel \fB"storage"\fR.