GetUInt32 method

int GetUInt32(
  1. Pointer<Uint32> result
)

Implementation

int GetUInt32(Pointer<Uint32> result) => ptr.ref.vtable
    .elementAt(12)
    .cast<Pointer<NativeFunction<_GetUInt32_Native>>>()
    .value
    .asFunction<_GetUInt32_Dart>()(ptr.ref.lpVtbl, result);