C# Class SidebarDiagnostics.Windows.Devices

Show file Open project: ArcadeRenegade/SidebarDiagnostics

Private Properties

Property Type Description
DeviceHook System.IntPtr

Public Methods

Method Description
AddHook ( Sidebar window ) : void
RemoveHook ( Sidebar window ) : void

Private Methods

Method Description
DeviceHook ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

AddHook() public static method

public static AddHook ( Sidebar window ) : void
window Sidebar
return void

RemoveHook() public static method

public static RemoveHook ( Sidebar window ) : void
window Sidebar
return void