GetUInt16 method

int GetUInt16(
  1. Pointer<Uint16> result
)

Implementation

int GetUInt16(Pointer<Uint16> result) => ptr.ref.vtable
    .elementAt(10)
    .cast<Pointer<NativeFunction<_GetUInt16_Native>>>()
    .value
    .asFunction<_GetUInt16_Dart>()(ptr.ref.lpVtbl, result);