C# Class _3PA.Lib.FindWindow

Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Méthode Description
GetProcessWindow ( int processId ) : IntPtr

Private Methods

Méthode Description
FindWindowEx ( IntPtr parentHandle, IntPtr childAfter, string lclassName, string windowTitle ) : IntPtr
GetDesktopWindow ( ) : IntPtr
GetParent ( IntPtr hWnd ) : IntPtr
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
IsWindowVisible ( IntPtr hWnd ) : bool

Method Details

GetProcessWindow() public static méthode

public static GetProcessWindow ( int processId ) : IntPtr
processId int
Résultat System.IntPtr