GetMute method

int GetMute(
  1. Pointer<Int32> pbMute
)

Implementation

int GetMute(Pointer<Int32> pbMute) => ptr.ref.vtable
    .elementAt(6)
    .cast<
        Pointer<
            NativeFunction<Int32 Function(Pointer, Pointer<Int32> pbMute)>>>()
    .value
    .asFunction<
        int Function(
            Pointer, Pointer<Int32> pbMute)>()(ptr.ref.lpVtbl, pbMute);