extern TCHAR szStatusClass[]; /* Function Prototypes */ BOOL statusInit(HANDLE hInst, HANDLE hPrev); extern void statusUpdate(LPCTSTR lpsz, ...); // update status line extern void statusUpdateA(LPCSTR lpsz, ...); // update status line void statusUpdateDelayed(LPCTSTR lpsz, ...); // update status line using PostMessage /* * returns the recommended height for a status bar based on the * character dimensions of the font used */ int statusGetHeight(void);