C# 클래스 AniDBmini.WinAPI

파일 보기 프로젝트 열기: ahodesuka/AniDBmini

공개 메소드들

메소드 설명
FocusWindow ( IntPtr hWnd ) : void

비공개 메소드들

메소드 설명
GetPrivateProfileString ( string lpAppName, string lpKeyName, string lpDefault, System lpReturnedString, int nSize, string lpFilePath ) : int
IsWindowVisible ( IntPtr hWnd ) : bool
SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindowAsync ( IntPtr hWnd, int cmdShow ) : bool
WritePrivateProfileString ( string lPAppName, string lpKeyName, string lpString, string lpFileName ) : long

메소드 상세

FocusWindow() 공개 정적인 메소드

public static FocusWindow ( IntPtr hWnd ) : void
hWnd System.IntPtr
리턴 void