Specifies the ID of the thread from which the hook function receives events. If this parameter is zero, the hook function is associated with all existing threads on the current desktop.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property Thread As UInteger
C#
public uint Thread { get; set; }
Visual C++
public:
property unsigned int Thread {
	unsigned int get ();
	void set (unsigned int value);
}
JavaScript
function get_thread();
function set_thread(value);

See Also