Share via


Win32.UnregisterHotKey(IntPtr, Int32) Method

Definition

public:
 static bool UnregisterHotKey(IntPtr hWnd, int id);
public static bool UnregisterHotKey (IntPtr hWnd, int id);
static member UnregisterHotKey : nativeint * int -> bool
Public Shared Function UnregisterHotKey (hWnd As IntPtr, id As Integer) As Boolean

Parameters

hWnd
IntPtr

nativeint

id
Int32

Returns

Applies to