Contents
|
Python for Win32 Extensions Help
>
Python COM
>
Modules
>
pythoncom
>
OleLoad
pythoncom
.OleLoad
OleLoad(
storage
, iid
, site
)
Loads into memory an object nested within a specified storage object.
Parameters
storage
:
PyIStorage
The storage object from which to load
iid
:
PyIID
The IID if the interface to load.
site
:
PyIOleClientSite
The client site for the object.