#include <winutil.h>

Public Member Functions | |
| CImageSample (CBaseAllocator *pAllocator, TCHAR *pName, HRESULT *phr, LPBYTE pBuffer, LONG length) | |
| void | SetDIBData (DIBDATA *pDibData) |
| DIBDATA * | GetDIBData () |
Protected Attributes | |
| DIBDATA | m_DibData |
| BOOL | m_bInit |
Definition at line 196 of file winutil.h.
| CImageSample::CImageSample | ( | CBaseAllocator * | pAllocator, | |
| TCHAR * | pName, | |||
| HRESULT * | phr, | |||
| LPBYTE | pBuffer, | |||
| LONG | length | |||
| ) |
| void CImageSample::SetDIBData | ( | DIBDATA * | pDibData | ) |
Definition at line 1342 of file winutil.cpp.
References ASSERT, m_bInit, m_DibData, and TRUE.
Referenced by CImageAllocator::Alloc().
| DIBDATA * CImageSample::GetDIBData | ( | ) |
Definition at line 1349 of file winutil.cpp.
References ASSERT, m_bInit, m_DibData, and TRUE.
Referenced by CImageAllocator::Free().
DIBDATA CImageSample::m_DibData [protected] |
BOOL CImageSample::m_bInit [protected] |
1.5.6