CRayImage::IsMoniker Method
C++
bool IsMoniker()
Query if this image is a moniker.
A moniker holds an image data pointer but is not responsible for the memory. Thus, destroying an image moniker does not free the memory.
Returns
bool |
True if this image is a moniker, false if not. |