Specifies the ID of the process from which the hook function receives events. Specify zero (0) to receive events from all processes on the current desktop.

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

Syntax

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

See Also