windows-nt/Source/XPSP1/NT/windows/feime/cht/cblocks/mystatus.h

15 lines
437 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*************************************************
* mystatus.h *
* *
* Copyright (C) 1995-1999 Microsoft Inc. *
* *
*************************************************/
class CStatusBar;
class CMyStatusBar : public CStatusBar
{
public:
BOOL SetIndicators(const UINT* lpIDArray, int nIDCount);
};