setTable method

int setTable(
  1. Pointer<SAFEARRAY> factoryList
)

Implementation

int setTable(Pointer<SAFEARRAY> factoryList) => (ptr.ref.vtable + 6)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<SAFEARRAY> factoryList)>>>()
    .value
    .asFunction<
        int Function(Pointer,
            Pointer<SAFEARRAY> factoryList)>()(ptr.ref.lpVtbl, factoryList);