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