UnregisterHotKey method

int UnregisterHotKey(
  1. Pointer<HWND__> hWnd,
  2. int id
)

Implementation

int UnregisterHotKey(
  ffi.Pointer<HWND__> hWnd,
  int id,
) {
  return _UnregisterHotKey(
    hWnd,
    id,
  );
}