C# Class AdvancedLauncher.Tools.Extensions.HwndHostExtensions.HwndHostExtensionsWindowHook

Inheritance: AdvancedLauncher.Tools.Win32.ComCtl32.WindowSubclass
Show file Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method Description
HwndHostExtensionsWindowHook ( System.Windows.Interop.HwndHost hwndHost ) : System

Protected Methods

Method Description
WndProcOverride ( HWND hwnd, WM msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr

Private Methods

Method Description
HwndHostExtensionsWindowHook ( ) : System

Method Details

HwndHostExtensionsWindowHook() public method

public HwndHostExtensionsWindowHook ( System.Windows.Interop.HwndHost hwndHost ) : System
hwndHost System.Windows.Interop.HwndHost
return System

WndProcOverride() protected method

protected WndProcOverride ( HWND hwnd, WM msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
msg WM
wParam System.IntPtr
lParam System.IntPtr
id System.IntPtr
data System.IntPtr
return System.IntPtr