SECImage::CopyImage
BOOLSECImage::CopyImage(SECImage *pSrc)
Creates a duplicate of the current image.
Defined in: SECIMAGE.cpp
Return Value
Nonzero if successful; otherwise 0.
Parameters
pSrc
Source image to be used.
Comments
Makes a full copy of the source image. Memory is allocated for the image data; if not enough is available, an error value is returned.See Also