Scroll to navigation

ReadClassStm(3w) Wine API ReadClassStm(3w)

NAME

ReadClassStm (OLE32.@)

SYNOPSIS

HRESULT ReadClassStm
(
IStream* pStm,
CLSID* pclsid
)
 

DESCRIPTION

Reads a CLSID from a stream.
 

PARAMS

pStm [In] Stream to read from.
rclsid [Out] CLSID to read.
 

RETURNS

Success: S_OK.
Failure: HRESULT code.
 

IMPLEMENTATION

Declared in "ole2.h".
Implemented in "dlls/ole32/storage32.c".
Debug channel "storage".
Oct 2012 Wine API