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

Inheritance: AdvancedLauncher.Tools.Win32.ComCtl32.WindowSubclass
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Méthode Description
HwndHostExtensionsWindowHook ( System.Windows.Interop.HwndHost hwndHost ) : System

Méthodes protégées

Méthode Description
WndProcOverride ( HWND hwnd, WM msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr

Private Methods

Méthode Description
HwndHostExtensionsWindowHook ( ) : System

Method Details

HwndHostExtensionsWindowHook() public méthode

public HwndHostExtensionsWindowHook ( System.Windows.Interop.HwndHost hwndHost ) : System
hwndHost System.Windows.Interop.HwndHost
Résultat System

WndProcOverride() protected méthode

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
Résultat System.IntPtr