UnregisterHotKey function user32

int UnregisterHotKey(
  1. int hWnd,
  2. int id
)

Frees a hot key previously registered by the calling thread.

BOOL UnregisterHotKey(
  HWND hWnd,
  int  id
);

Implementation

int UnregisterHotKey(int hWnd, int id) => _UnregisterHotKey(hWnd, id);