C# 클래스 AdvancedLauncher.Tools.Win32.ComCtl32.WindowSubclass

WindowSubclass hooks into the stream of messages that are dispatched to a window.
상속: System.Runtime.ConstrainedExecution.CriticalFinalizerObject, IDisposable
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 메소드들

메소드 설명
Dispose ( ) : void
WindowSubclass ( HWND hwnd ) : System

Hooks into the stream of messages that are dispatched to the specified window.

The window must be owned by the calling thread.

보호된 메소드들

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

비공개 메소드들

메소드 설명
DisposeHelper ( bool disposing ) : void
IsCorrectThread ( HWND hwnd ) : bool
WindowSubclass ( ) : System
WndProc ( HWND hwnd, WM msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr
WndProcStub ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, IntPtr id, IntPtr data ) : IntPtr

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

WindowSubclass() 공개 메소드

Hooks into the stream of messages that are dispatched to the specified window.
The window must be owned by the calling thread.
public WindowSubclass ( HWND hwnd ) : System
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
리턴 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