Searched refs:psstg (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/wine/ |
H A D | shellole.c | 678 HRESULT WINAPI SHPropStgCreate(IPropertySetStorage *psstg, REFFMTID fmtid, in SHPropStgCreate() argument 686 TRACE("%p %s %s %x %x %x %p %p\n", psstg, debugstr_guid(fmtid), debugstr_guid(pclsid), in SHPropStgCreate() 689 hres = IPropertySetStorage_Open(psstg, fmtid, grfMode, ppstg); in SHPropStgCreate() 695 hres = IPropertySetStorage_Delete(psstg, fmtid); in SHPropStgCreate() 704 hres = IPropertySetStorage_Create(psstg, fmtid, pclsid, in SHPropStgCreate()
|