C# Class IPFilter.Native.Win32Api

Afficher le fichier Open project: DavidMoore/ipfilter

Méthodes publiques

Méthode Description
BringToFront ( IntPtr handle ) : void

Private Methods

Méthode 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 méthode

public static BringToFront ( IntPtr handle ) : void
handle System.IntPtr
Résultat void