windows-nt/Source/XPSP1/NT/windows/feime/cht/cblocks/mystatus.h
2020-09-26 16:20:57 +08:00

15 lines
437 B
C++

/*************************************************
* mystatus.h *
* *
* Copyright (C) 1995-1999 Microsoft Inc. *
* *
*************************************************/
class CStatusBar;
class CMyStatusBar : public CStatusBar
{
public:
BOOL SetIndicators(const UINT* lpIDArray, int nIDCount);
};