C# Class IPFilter.Native.Win32Api

Datei anzeigen Open project: DavidMoore/ipfilter

Public Methods

Method Description
BringToFront ( IntPtr handle ) : void

Private Methods

Method Description
AttachThreadInput ( uint threadToBeAttached, uint threadToBeAttachedTo, bool attach ) : bool
GetCurrentThreadId ( ) : uint
GetForegroundWindow ( ) : IntPtr
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr processId ) : uint
SetFocus ( IntPtr hWnd ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool

Method Details

BringToFront() public static method

public static BringToFront ( IntPtr handle ) : void
handle System.IntPtr
return void