Home
last modified time | relevance | path

Searched refs:ReadClassStg (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/psdk/
H A Dole2.h65 HRESULT WINAPI ReadClassStg(IStorage *pstg,CLSID *pclsid);
/reactos/dll/win32/ole32/
H A Dole32.spec272 @ stdcall ReadClassStg(ptr ptr)
H A Ddatacache.c1733 ReadClassStg( pStg, &clsid ); in DataCache_InitNew()
1847 ReadClassStg( stg, &clsid ); in DataCache_Load()
H A Dmoniker.c1232 res=ReadClassStg(pstg,pclsid); in GetClassFile()
H A Dclipboard.c663 ReadClassStg(std.u.pstg, &clsID); in render_embed_source_hack()
H A Dstorage32.c9103 HRESULT WINAPI ReadClassStg(IStorage *pstg,CLSID *pclsid){ in ReadClassStg() function
/reactos/modules/rostests/winetests/ole32/
H A Dstorage32.c1192 r = ReadClassStg( NULL, NULL ); in test_writeclassstg()
1197 r = ReadClassStg( NULL, &temp_cls ); in test_writeclassstg()
1201 r = ReadClassStg( stg, NULL ); in test_writeclassstg()
1205 r = ReadClassStg( stg, &temp_cls ); in test_writeclassstg()
1219 r = ReadClassStg( stg, &temp_cls ); in test_writeclassstg()