Address of WinEvent hook procedure.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property WinEventHook As IntPtr
C#
public IntPtr WinEventHook { get; }
Visual C++
public:
property IntPtr WinEventHook {
	IntPtr get ();
}
JavaScript
function get_winEventHook();

See Also