Freigeben über


CBitmap::GetBitmap

Call this member function to retrieve information about a CBitmap object.

int GetBitmap(
   BITMAP* pBitMap 
);

Parameters

  • pBitMap
    Pointer to a BITMAP structure. Must not be NULL.

Return Value

Nonzero if successful; otherwise 0.

Remarks

This information is returned in the BITMAP structure referred to by pBitmap.

Requirements

Header: afxwin.h

See Also

Concepts

CBitmap Class

CBitmap Members

Hierarchy Chart

BITMAP Structure