#ifndef STATUSBAR_H #define STATUSBAR_H #include void SetStatusParts(HWND hwnd, int nParts); HWND CreateStatusWnd(HINSTANCE hInst, HWND hwndParent, int nParts); void ShowStatus(HWND hwnd, int n, char *s); #endif .