|
DrawCaption |
Declare Function Api_DrawCaption& Lib "user32" Alias "DrawCaption" (ByVal hWnd&, ByVal hDC&, pcRect As RECT, ByVal un&) |
||||||||||||||||||||||
|
Declare Function DrawCaption Lib "user32" Alias "DrawCaption" (ByVal hWnd As Long, ByVal hDC As Long, pcRect As Rect, ByVal un As Long) As Long |
|||||||||||||||||||||||
|
ウィンドウのタイトルバー(キャプションバー)を描画する。 |
|||||||||||||||||||||||
|
パラメータ
DC_SMALLCAP を指定すると、この関数は通常のウィンドウタイトルを描画。 |
|||||||||||||||||||||||