PostMessage() 개인적인 메소드

private PostMessage ( HWND hWnd, WindowMessage Msg, WPARAM wParam, LPARAM lParam ) : BOOL
hWnd HWND
Msg WindowMessage
wParam WPARAM
lParam LPARAM
리턴 BOOL
예제 #1
0
 public void Close()
 {
     Functions.PostMessage(window.WindowHandle, WindowMessage.CLOSE, IntPtr.Zero, IntPtr.Zero);
 }