Unregisters hot key.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function UnregisterKey ( _ id As Integer _ ) As Boolean |
| C# |
|---|
public bool UnregisterKey( int id ) |
| Visual C++ |
|---|
public: bool UnregisterKey( int id ) |
| JavaScript |
|---|
function unregisterKey(id); |
Parameters
- id
- Type: System..::.Int32
Hot key identifier returned by RegisterKey.