Prevents this instance of the hook from receiving the events that are generated by threads in this process.

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

Syntax

Visual Basic (Declaration)
Public Property SkipOwnProcess As Boolean
C#
public bool SkipOwnProcess { get; set; }
Visual C++
public:
property bool SkipOwnProcess {
	bool get ();
	void set (bool value);
}
JavaScript
function get_skipOwnProcess();
function set_skipOwnProcess(value);

See Also