getHostRuntimeDependencies method

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

Implementation

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