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>word pascal winsetattr(hwnd hwnd, word attr, bool fredraw)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WORD pascal WinSetAttr(HWND hWnd, WORD attr, BOOL fRedraw)

  This function sets the value of a window's color attribute field.
See the section on attributes for more information.

Parameters
  hWnd is the handle of the window to query.
  attr is the color attribute to set the window to.
  fRedraw is TRUE if the window should be redrawn to reflect the new
   color, FALSE if not.

Returns
  The old attribute of the window, or 0 if hWnd was an invalid handle.

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