Sign in
◑
Theme
goma
/
wine
/
18506558a7c0c68406aa5a7e7c20236aa0116ebe
/
.
/
include
/
caption.h
blob: 0c951c398c159ebeb3c0e98f95c76dda8977c93f [
file
]
/*
* Caption Bar definitions
*/
typedef
struct
tagHEADCAPTION
{
HBITMAP hClose
;
HBITMAP hMinim
;
HBITMAP hMaxim
;
HMENU hSysMenu
;
RECT rectClose
;
RECT rectMinim
;
RECT rectMaxim
;
}
HEADCAPTION
;
typedef
HEADCAPTION FAR
*
LPHEADCAPTION
;