create_win32ole_object  111 ext/win32ole/win32ole.c static VALUE create_win32ole_object(VALUE klass, IDispatch *pDispatch, int argc, VALUE *argv);
create_win32ole_object 1613 ext/win32ole/win32ole.c             obj = create_win32ole_object(cWIN32OLE, pDispatch, 0, 0);
create_win32ole_object 1635 ext/win32ole/win32ole.c                obj = create_win32ole_object(cWIN32OLE, pDispatch, 0, 0);
create_win32ole_object 1939 ext/win32ole/win32ole.c     return create_win32ole_object(self, pDispatch, argc, argv);
create_win32ole_object 2000 ext/win32ole/win32ole.c     return create_win32ole_object(self, pDispatch, argc, argv);
create_win32ole_object 3551 ext/win32ole/win32ole.c     return create_win32ole_object(cWIN32OLE, pDispatch, 0, 0);