Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int pascal showwindow(hwnd hwnd, bool bvisible)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal ShowWindow(HWND hWnd, BOOL bVisible)
      < MS-WINDOWS equivalent >

  This function is used to show or hide a window and all of its child
windows.

Parameters
  hWnd is the window to display or hide.
  bVisible is TRUE if you want to display or unhide the window, or
   FALSE if you want to hide the window.

Returns
  Whatever the default window proc returns from a WM_SHOW message.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson