GetPoint method

int GetPoint(
  1. Pointer<Uint32> result
)

Implementation

int GetPoint(Pointer<Uint32> result) => ptr.ref.vtable
    .elementAt(23)
    .cast<Pointer<NativeFunction<_GetPoint_Native>>>()
    .value
    .asFunction<_GetPoint_Dart>()(ptr.ref.lpVtbl, result);