SRGraphComponent::GetCustomBitmapImage
BOOLSRGraphComponent::GetCustomBitmapImage(CBitmap *pBitmap)
After all attempts to load a bitmap from resources or from bitmap or jpeg files fail this routine is called to allow a custom bitmap to be loaded.
Defined in: SRGComp.cpp
Return Value
BOOL TRUE if a bitmap was successfully loaded.
Parameters
pBitmap
CBitmap *pBitmap is a pointer to the destination bitmap.