C# 클래스 DamageMeter.UI.WindowsServices

파일 보기 프로젝트 열기: neowutran/ShinraMeter 1 사용 예제들

공개 메소드들

메소드 설명
ClickNoFocus ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
SetWindowExTransparent ( IntPtr hwnd ) : void
SetWindowExVisible ( IntPtr hwnd ) : void

비공개 메소드들

메소드 설명
GetWindowLong ( IntPtr hwnd, int index ) : int
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int

메소드 상세

ClickNoFocus() 공개 정적인 메소드

public static ClickNoFocus ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
hwnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
handled bool
리턴 System.IntPtr

SetWindowExTransparent() 공개 정적인 메소드

public static SetWindowExTransparent ( IntPtr hwnd ) : void
hwnd System.IntPtr
리턴 void

SetWindowExVisible() 공개 정적인 메소드

public static SetWindowExVisible ( IntPtr hwnd ) : void
hwnd System.IntPtr
리턴 void