Return index into and the containing type lib itself
(self)
| 348 | ... |
| 349 | |
| 350 | def GetContainingTypeLib(self) -> tuple[ITypeLib, int]: |
| 351 | """Return index into and the containing type lib itself""" |
| 352 | ... |
| 353 | |
| 354 | def ReleaseTypeAttr(self, pTypeAttr: "_Pointer[TYPEATTR]") -> int: |
| 355 | """Releases a TYPEATTR previously returned by GetTypeAttr""" |
no outgoing calls