Unregisters hot key.

Namespace:  Greatis.Nostalgia
Assembly:  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.

Return Value

True when success, otherwise false.

See Also