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

Method GetRefTypeOfImplType

comtypes/typeinfo.py:319–321  ·  view source on GitHub ↗

Get the reftype of an implemented type

(self, index: int)

Source from the content-addressed store, hash-verified

317 ...
318
319 def GetRefTypeOfImplType(self, index: int) -> int:
320 """Get the reftype of an implemented type"""
321 ...
322
323 def GetImplTypeFlags(self, index: int) -> int:
324 """Get IMPLTYPEFLAGS"""

Callers 11

ParseInterfaceMethod · 0.80
ParseDispatchMethod · 0.80
ParseCoClassMethod · 0.80
parse_typeinfoMethod · 0.80
GetBestInterfaceFunction · 0.80
test_wmiMethod · 0.80
test_TypeInfoMethod · 0.80

Calls

no outgoing calls

Tested by 6

test_wmiMethod · 0.64
test_TypeInfoMethod · 0.64