create_win32ole_object 322 ext/win32ole/win32ole.c static VALUE create_win32ole_object(VALUE klass, IDispatch *pDispatch, int argc, VALUE *argv); create_win32ole_object 2288 ext/win32ole/win32ole.c obj = create_win32ole_object(cWIN32OLE, pDispatch, 0, 0); create_win32ole_object 2310 ext/win32ole/win32ole.c obj = create_win32ole_object(cWIN32OLE, pDispatch, 0, 0); create_win32ole_object 2707 ext/win32ole/win32ole.c return create_win32ole_object(self, pDispatch, argc, argv); create_win32ole_object 2769 ext/win32ole/win32ole.c return create_win32ole_object(self, pDispatch, argc, argv); create_win32ole_object 4530 ext/win32ole/win32ole.c return create_win32ole_object(cWIN32OLE, pDispatch, 0, 0);