C# 클래스 CodeProject.Win32API.Hook.HookEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Duke-Jones/ED-IBE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
code int
lParam System.IntPtr
wParam System.IntPtr

비공개 메소드들

메소드 설명
HookEventArgs ( int code, IntPtr wParam, IntPtr lParam ) : System

프로퍼티 상세

code 공개적으로 프로퍼티

public int code
리턴 int

lParam 공개적으로 프로퍼티

public IntPtr,System lParam
리턴 System.IntPtr

wParam 공개적으로 프로퍼티

public IntPtr,System wParam
리턴 System.IntPtr