.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WriteClassStm 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWriteClassStm\fR (OLE32.@) .SH SYNOPSIS HRESULT WriteClassStm ( IStream* \fIpStm\fR, REFCLSID \fIrclsid\fR ) .SH DESCRIPTION .PP Writes a \fBCLSID\fR to a stream. .SH PARAMS \fIpStm\fR \fB[In]\fR Stream to write to. .PP \fIrclsid\fR \fB[In]\fR \fBCLSID\fR to write. .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.