CImageList::m_hImageList
A handle of the image list attached to this object.
HIMAGELIST m_hImageList;
The m_hImageList data member is a public variable of type HIMAGELIST.
// Get the safe handle to the image list.
HIMAGELIST hImageList = m_myImageList.m_hImageList;
Header: afxcmn.h