CImageList::GetSafeHandle

更新 : 2007 年 11 月

m_hImageList データ メンバを取得します。

HIMAGELIST GetSafeHandle( ) const;

戻り値

イメージ リストに結び付けられたハンドルを返します。オブジェクトが結び付けられていない場合は NULL を返します。

使用例

// Get the safe handle to the image list.
HIMAGELIST hImageList = m_myImageList.GetSafeHandle();

必要条件

ヘッダー : afxcmn.h

参照

参照

CImageList クラス

階層図

CImageList::Attach

CImageList::Detach

CImageList::m_hImageList

その他の技術情報

CImageList のメンバ