SECImage::CreateFromBitmap

BOOL SECImage::CreateFromBitmap(CDC * pDC, CBitmap * pSrcBitmap)

Fills in an SECImage instance with DIB info.

Defined in: SECIMAGE.cpp

Return Value

Nonzero if successful; otherwise 0;

Parameters

pDC

Pointer to device context.

pSrcBitmap

Pointer to source bitmap.

Comments

Fills in an SECImage instance with DIB info gathered from a passed in DC and CBitmap. Invalidates any previous data in the instance.

See Also

SECImage MakeBitmap