Description of the interface
-
Description of SetClientSite
-
Description of GetClientSite
-
Description of SetHostNames
-
Description of Close
-
Description of SetMoniker
-
Description of GetMoniker
-
Description of InitFromData
-
Description of GetClipboardData
-
Description of DoVerb
-
Description of EnumVerbs
-
Description of Update
-
Description of IsUpToDate
-
Description of GetUserClassID
-
Description of GetUserType
-
Description of SetExtent
-
Description of GetExtent
-
Description of Advise
-
Description of Unadvise
-
Description of EnumAdvise
-
Description of GetMiscStatus
-
Description of SetColorScheme
PyIOleObject.Advise
Advise(pAdvSink) Description of Advise.
-
pAdvSink : PyIAdviseSink
Description for pAdvSink
PyIOleObject.Close
Close(dwSaveOption) Description of Close.
-
dwSaveOption : int
Description for dwSaveOption
PyIOleObject.DoVerb
DoVerb(iVerb, msg, pActiveSite, lindex, hwndParent, rect) Description of DoVerb.
-
iVerb : int
Description for iVerb
-
msg : PyMSG
MSG tuple, a-la win32gui etc.
-
pActiveSite : PyIOleClientSite
Description for pActiveSite
-
lindex : int
Description for lindex
-
hwndParent : HWND
Description for hwndParent
-
rect : (int, int, int, int)
PyIOleObject.EnumAdvise
EnumAdvise() Description of EnumAdvise.
PyIOleObject.EnumVerbs
EnumVerbs() Description of EnumVerbs.
PyIOleObject.GetClientSite
GetClientSite() Description of GetClientSite.
PyIOleObject.GetClipboardData
GetClipboardData(dwReserved) Description of GetClipboardData.
-
dwReserved : int
Description for dwReserved
PyIOleObject.GetExtent
GetExtent(dwDrawAspect, size) Description of GetExtent.
-
dwDrawAspect : int
Description for dwDrawAspect
-
size : (int, int)
Size limit for the object.
PyIOleObject.GetMiscStatus
GetMiscStatus(dwAspect) Description of GetMiscStatus.
-
dwAspect : int
Description for dwAspect
PyIOleObject.GetMoniker
GetMoniker(dwAssign, dwWhichMoniker) Description of GetMoniker.
-
dwAssign : int
Description for dwAssign
-
dwWhichMoniker : int
Description for dwWhichMoniker
PyIOleObject.GetUserClassID
GetUserClassID() Description of GetUserClassID.
PyIOleObject.GetUserType
GetUserType(dwFormOfType) Description of GetUserType.
-
dwFormOfType : int
Description for dwFormOfType
PyIOleObject.InitFromData
InitFromData(pDataObject, fCreation, dwReserved) Description of InitFromData.
-
pDataObject : PyIDataObject
Description for pDataObject
-
fCreation : int
Description for fCreation
-
dwReserved : int
Description for dwReserved
PyIOleObject.IsUpToDate
IsUpToDate() Description of IsUpToDate.
PyIOleObject.SetClientSite
SetClientSite(pClientSite) Description of SetClientSite.
-
pClientSite : PyIOleClientSite
Description for pClientSite
PyIOleObject.SetColorScheme
SetColorScheme() Description of SetColorScheme.
PyIOleObject.SetExtent
SetExtent(dwDrawAspect, size) Description of SetExtent.
-
dwDrawAspect : int
Description for dwDrawAspect
-
size : (int, int)
Size limit for the object.
PyIOleObject.SetHostNames
SetHostNames(szContainerApp, szContainerObj) Description of SetHostNames.
-
szContainerApp : unicode
Description for szContainerApp
-
szContainerObj : unicode
Description for szContainerObj
PyIOleObject.SetMoniker
SetMoniker(dwWhichMoniker, pmk) Description of SetMoniker.
-
dwWhichMoniker : int
Description for dwWhichMoniker
-
pmk : PyIMoniker
Description for pmk
PyIOleObject.Unadvise
Unadvise(dwConnection) Description of Unadvise.
-
dwConnection : int
Description for dwConnection
PyIOleObject.Update
Update() Description of Update.