getRuntimeId method

int getRuntimeId(
  1. Pointer<Pointer<SAFEARRAY>> runtimeId
)

Implementation

int getRuntimeId(Pointer<Pointer<SAFEARRAY>> runtimeId) => (ptr.ref.vtable +
            4)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(
                        Pointer, Pointer<Pointer<SAFEARRAY>> runtimeId)>>>()
        .value
        .asFunction<
            int Function(Pointer, Pointer<Pointer<SAFEARRAY>> runtimeId)>()(
    ptr.ref.lpVtbl, runtimeId);