CStatusBar::GetPaneInfo

void GetPaneInfo( int nIndex, UINT& nID, UINT& nStyle, int& cxWidth ) const;

参数:
nIndex要获取其信息的窗格的索引。
nID对一个要被设置为此窗格的ID的UINT值的引用。
nStyle对一个要被设置为此窗格的风格的UINT值的引用。
cxWidth对一个要被设置为此窗格的宽度的整数值的引用。

说明:
此成员函数用nID,nStyle和cxWidth来设置位于由nIndex指定的位置的指示器窗格的ID,风格和宽度。

请参阅:
CStatusBar::SetPaneInfo, CStatusBar::GetItemID, CStatusBar::GetItemRect