IImageList::GetImageCount 方法 (commoncontrols.h)
取得影像清單中的影像數目。
語法
HRESULT GetImageCount(
[out] int *pi
);
參數
[out] pi
類型: int*
int的指標,其中包含方法傳回時的影像數目。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
若要使用 IImageList::GetImageCount,請在資訊清單中指定 Comctl32.dll 第 6 版。 如需資訊清單的詳細資訊,請參閱 啟用視覺樣式。
規格需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | commoncontrols.h |
Dll | Comctl32.dll (6.0 版或更新版本) |