PostMessage() private method

private PostMessage ( HWND hWnd, WindowMessage Msg, WPARAM wParam, LPARAM lParam ) : BOOL
hWnd HWND
Msg WindowMessage
wParam WPARAM
lParam LPARAM
return BOOL
Exemplo n.º 1
0
 public void Close()
 {
     Functions.PostMessage(window.WindowHandle, WindowMessage.CLOSE, IntPtr.Zero, IntPtr.Zero);
 }