Sign in
◑
Theme
goma
/
wine
/
73450d65c3c28bd51cbf195d2a6673604f24da6f
/
.
/
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
;