Home
last modified time | relevance | path

Searched refs:OleSetAutoConvert (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dole2.h164 HRESULT WINAPI OleSetAutoConvert( REFCLSID clsidOld, REFCLSID clsidNew );
/reactos/dll/win32/ole32/
H A Dole32.spec259 @ stdcall OleSetAutoConvert(ptr ptr)
H A Dole2.c2731 HRESULT WINAPI OleSetAutoConvert(REFCLSID clsidOld, REFCLSID clsidNew) in OleSetAutoConvert() function
/reactos/modules/rostests/winetests/ole32/
H A Dole2.c3631 hr = OleSetAutoConvert(&CLSID_WineTestOld, &CLSID_WineTest); in test_OleDoAutoConvert()