NAME

DrawCaption  (USER32.@)

SYNOPSIS

 BOOL DrawCaption
 (
  HWND        hwnd,
  HDC         hdc,
  const RECT* lpRect,
  UINT        uFlags
 )

DESCRIPTION

DrawCaption (USER32.@) Draws a caption bar.

PARAMS

hwnd [In] .
hdc [In] .
lpRect [In] .
uFlags [In] .

RETURNS

Success:

Failure:

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user32/nonclient.c". source.winehq.org/source/dlls/user32/nonclient.c

Debug channel "nonclient".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.