getTypeComp method
Implementation
int getTypeComp(Pointer<Pointer<COMObject>> ppTComp) => (ptr.ref.vtable + 4)
.cast<
Pointer<
NativeFunction<
Int32 Function(Pointer, Pointer<Pointer<COMObject>> ppTComp)
>
>
>()
.value
.asFunction<
int Function(Pointer, Pointer<Pointer<COMObject>> ppTComp)
>()(ptr.ref.lpVtbl, ppTComp);