# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)] # Library: win32uiole, version: unspecified # Module: win32uiole, version: unspecified 'A module, encapsulating the Microsoft Foundation Classes OLE functionality.' import typing import builtins as _mod_builtins def AfxOleInit() -> typing.Any: ... COleClientItem_activeState: int COleClientItem_activeUIState: int COleClientItem_emptyState: int COleClientItem_loadedState: int COleClientItem_openState: int def CreateInsertDialog() -> typing.Any: ... def CreateOleClientItem() -> typing.Any: ... def CreateOleDocument() -> typing.Any: ... def DaoGetEngine() -> typing.Any: ... def EnableBusyDialog() -> typing.Any: ... def EnableNotRespondingDialog() -> typing.Any: ... def GetIDispatchForWindow() -> typing.Any: ... OLE_CHANGED: int OLE_CHANGED_ASPECT: int OLE_CHANGED_STATE: int OLE_CLOSED: int OLE_RENAMED: int OLE_SAVED: int def OleGetUserCtrl() -> typing.Any: ... def OleSetUserCtrl() -> typing.Any: ... def SetMessagePendingDelay() -> typing.Any: ... __doc__: str __file__: str __name__: str __package__: str def __getattr__(name) -> typing.Any: ...