GetSize method

int GetSize(
  1. Pointer<Uint32> result
)

Implementation

int GetSize(Pointer<Uint32> result) => ptr.ref.vtable
    .elementAt(24)
    .cast<Pointer<NativeFunction<_GetSize_Native>>>()
    .value
    .asFunction<_GetSize_Dart>()(ptr.ref.lpVtbl, result);