Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
460 B

#ifndef __INCLUDE_HEIGHT
#define __INCLUDE_HEIGHT
#ifdef __cplusplus
extern "C"
{
#endif
typedef struct tagBOXINFO
{
int size; // Absolute size.
int xheight; // Absolute height to midline.
int baseline; // Baseline in tablet coordinates.
int midline; // Midline in tablet coordinates.
} BOXINFO;
void GetBoxinfo(BOXINFO * boxinfo, int iBox, LPGUIDE lpguide, HRC HRC);
#ifdef __cplusplus
};
#endif
#endif //__INCLUDE_HEIGHT