Scroll to navigation

ReadClassStg(3w) Wine API ReadClassStg(3w)

NAME

ReadClassStg (OLE32.@)

SYNOPSIS

HRESULT ReadClassStg
(
IStorage* pstg,
CLSID* pclsid
)
 

DESCRIPTION

This method reads the CLSID previously written to a storage object with the WriteClassStg.
 

PARAMS

pstg [In] IStorage pointer.
pclsid [Out] Pointer to where the CLSID is written.
 

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