GetHostRuntimeDependencies method

int GetHostRuntimeDependencies(
  1. Pointer<Pointer<COMObject>> hostRuntimeDependencies
)

Implementation

int GetHostRuntimeDependencies(
        Pointer<Pointer<COMObject>> hostRuntimeDependencies) =>
    ptr.ref.vtable
            .elementAt(5)
            .cast<
                Pointer<
                    NativeFunction<
                        Int32 Function(
                            Pointer,
                            Pointer<Pointer<COMObject>>
                                hostRuntimeDependencies)>>>()
            .value
            .asFunction<
                int Function(Pointer,
                    Pointer<Pointer<COMObject>> hostRuntimeDependencies)>()(
        ptr.ref.lpVtbl, hostRuntimeDependencies);