CBitmap::GetBitmap
int GetBitmap( BITMAP* pBitMap );
Return Value
Nonzero if successful; otherwise 0.
Parameters
pBitMap
Pointer to a BITMAP structure. Must not be NULL.
Remarks
Call this member function to retrieve information about a CBitmap object. This information is returned in the BITMAP structure referred to by pBitmap.
CBitmap Overview | Class Members | Hierarchy Chart
See Also BITMAP