PostMessage() private méthode

private PostMessage ( HWND hWnd, WindowMessage Msg, WPARAM wParam, LPARAM lParam ) : BOOL
hWnd HWND
Msg WindowMessage
wParam WPARAM
lParam LPARAM
Résultat BOOL
 public void Close()
 {
     Functions.PostMessage(window.WindowHandle, WindowMessage.CLOSE, IntPtr.Zero, IntPtr.Zero);
 }