C# Class SublimeOverlay.ChildTracker

Mostra file Open project: mikadev001/SublimeText-Overlay Class Usage Examples

Public Methods

Method Description
Hook ( IntPtr hWnd ) : void
RestoreWindow ( IntPtr hwnd ) : void
Unhook ( ) : void

Private Methods

Method Description
WinEventProc ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void

Method Details

Hook() public static method

public static Hook ( IntPtr hWnd ) : void
hWnd System.IntPtr
return void

RestoreWindow() public static method

public static RestoreWindow ( IntPtr hwnd ) : void
hwnd System.IntPtr
return void

Unhook() public static method

public static Unhook ( ) : void
return void