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>dword pascal winsetflags(hwnd hwnd, dword fflags)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DWORD pascal WinSetFlags(HWND hWnd, DWORD fFlags)

  OR's the window's flags field with the value in the second
parameter.

Parameters
  hWnd is the handle of the window to query.
  fFlags is the double word value of the flags to OR the current flags with.

Returns
  The new value of the flags field if successful, 0 if not.

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