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 windrawborder(hwnd hwnd, int type)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal WinDrawBorder(HWND hWnd, int type)

 This function draws the border around the specified window.  It will
also draw the titlebar if a window has the WIN_TITLEBAR or WS_CAPTION
style, and it will draw the window's scrollbars.

Parameters
  hWnd is the handle of the window which the border will be drawn around.
  type can be one of the following :
    0 - a single line border
    1 - a double line border
    2 - a dashed line border

Returns
  Nothing.

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