C# 클래스 CommonServices.Keybd

파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
Event ( byte vk, byte scan, uint flags, UIntPtr extra ) : void

비공개 메소드들

메소드 설명
keybd_event ( byte bVk, byte bScan, uint dwFlags, UIntPtr dwExtraInfo ) : void

메소드 상세

Event() 공개 정적인 메소드

public static Event ( byte vk, byte scan, uint flags, UIntPtr extra ) : void
vk byte
scan byte
flags uint
extra System.UIntPtr
리턴 void