WIN32OLE#ole_activex_initialize() â Qnil
Instance Public methods
Initialize WIN32OLE object(ActiveX Control) by calling IPersistMemory::InitNew.
Before calling OLE method, some kind of the ActiveX controls created with MFC should be initialized by calling IPersistXXX::InitNew.
If and only if you received the exception âHRESULT error code: 0x8000ffff catastrophic failureâ, try this method before invoking any ole_method.
1 2 3 | obj = WIN32OLE . new ( "ProgID_or_GUID_of_ActiveX_Control" ) obj.ole_activex_initialize obj.method(...) |
Please login to continue.