C# 클래스 _3PA.Lib.FindWindow

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
GetProcessWindow ( int processId ) : IntPtr

비공개 메소드들

메소드 설명
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

메소드 상세

GetProcessWindow() 공개 정적인 메소드

public static GetProcessWindow ( int processId ) : IntPtr
processId int
리턴 System.IntPtr