Sign in
goma
/
wine
/
ff8331ea68aa349f0428d9bc185c169169ac55d9
/
.
/
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
;