.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ReadClassStg 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBReadClassStg\fR (OLE32.@) .SH SYNOPSIS HRESULT ReadClassStg ( IStorage* \fIpstg\fR, CLSID* \fIpclsid\fR ) .SH DESCRIPTION .PP This method reads the \fBCLSID\fR previously written to a storage object with the WriteClassStg. .SH PARAMS \fIpstg\fR \fB[In]\fR IStorage pointer. .PP \fIpclsid\fR \fB[Out]\fR Pointer to where the \fBCLSID\fR is written. .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.