getCachedSelection method

int getCachedSelection(
  1. Pointer<Pointer<COMObject>> pvarSelectedChildren
)

Implementation

int
    getCachedSelection(Pointer<Pointer<COMObject>> pvarSelectedChildren) =>
        (ptr.ref.vtable + 24)
                .cast<
                    Pointer<
                        NativeFunction<
                            Int32 Function(
                                Pointer,
                                Pointer<Pointer<COMObject>>
                                    pvarSelectedChildren)>>>()
                .value
                .asFunction<
                    int Function(Pointer,
                        Pointer<Pointer<COMObject>> pvarSelectedChildren)>()(
            ptr.ref.lpVtbl, pvarSelectedChildren);