I call CoCreateInstance with CLSCTX_INPROC_SERVER from an x86 app but the registered .dll is a 64 bits library. Is there a way to instantiate it by doing a trick? I mean... I see for example there is an undocumented SHCreateLocalServerRundll API that may be run using rundll32...