WindowsXP-SP1/windows/feime/cht/cblocks/mystatus.h
2020-09-30 16:53:49 +02:00

15 lines
451 B
C++

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