Get the reftype of an implemented type
(self, index: int)
| 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""" |
no outgoing calls