MCPcopy Create free account
hub / github.com/enthought/comtypes / IViewObject2

Class IViewObject2

comtypes/viewobject.py:157–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156
157class IViewObject2(IViewObject):
158 _case_insensitive_ = False
159 _iid_ = GUID("{00000127-0000-0000-C000-000000000046}")
160 _idlflags_ = []
161 _methods_ = [
162 COMMETHOD(
163 [],
164 HRESULT,
165 "GetExtent",
166 (["in"], c_ulong, "dwDrawAspect"),
167 (["in"], c_int, "lindex"),
168 (["in"], POINTER(tagDVTARGETDEVICE), "ptd"),
169 (["out"], POINTER(SIZEL), "lpsizel"),
170 ),
171 ]
172
173
174class IViewObjectEx(IViewObject2):

Callers

nothing calls this directly

Calls 2

GUIDClass · 0.90
COMMETHODFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…