clearTable method

int clearTable()

Implementation

int clearTable() => (ptr.ref.vtable + 10)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer)>>>()
    .value
    .asFunction<int Function(Pointer)>()(ptr.ref.lpVtbl);