C# 클래스 AdvancedLauncher.Tools.Extensions.HwndHostExtensions.HwndHostExtensionsWindowHook

상속: AdvancedLauncher.Tools.Win32.ComCtl32.WindowSubclass
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 메소드들

메소드 설명
HwndHostExtensionsWindowHook ( System.Windows.Interop.HwndHost hwndHost ) : System

보호된 메소드들

메소드 설명
WndProcOverride ( HWND hwnd, WM msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr

비공개 메소드들

메소드 설명
HwndHostExtensionsWindowHook ( ) : System

메소드 상세

HwndHostExtensionsWindowHook() 공개 메소드

public HwndHostExtensionsWindowHook ( System.Windows.Interop.HwndHost hwndHost ) : System
hwndHost System.Windows.Interop.HwndHost
리턴 System

WndProcOverride() 보호된 메소드

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
리턴 System.IntPtr