getHotkey method

int getHotkey(
  1. Pointer<Uint16> pwHotkey
)

Implementation

int getHotkey(Pointer<Uint16> pwHotkey) => ptr.ref.vtable
        .elementAt(12)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<Uint16> pwHotkey)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<Uint16> pwHotkey)>()(
    ptr.ref.lpVtbl, pwHotkey);