SECImage::PostLoadImage
BOOLSECImage::PostLoadImage(void)
Called after an image is loaded.
Defined in: SECIMAGE.cpp
Return Value
Nonzero if loading is considered successful, otherwise 0.
Comments
Override this method to provide checking after an image is loaded. If this method returns FALSE, LoadImage will also return FALSE.See Also