CFrameWnd::GetMessageString

virtual void GetMessageString (UINT nID , CString&rMessage)const;

参数:
nID所需消息的资源ID。
rMessage放置消息的CString对象。

说明:
覆盖此函数为命令ID提供定制的字符串。缺省实现仅加载资源文件中由nID指定的字符串。此函数在状态条中的字符串需更新时,由框架调用。

请参阅:
CFrameWnd::SetMessageText