DrawCaption.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "nonclient".