Home
last modified time | relevance | path

Searched refs:IDebugSystemObjects4 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsysobjs.py16 class IDebugSystemObjects4(Structure): class
20 wrp = partial(WINFUNCTYPE, c_long, POINTER(IDebugSystemObjects4))
78 IDebugSystemObjects4._fields_ = [("lpVtbl", POINTER(IDebugSystemObjects4Vtbl))]
H A Dclient.py176 self.sysobjects_ptr = cast(ptr, POINTER(sysobjs.IDebugSystemObjects4))