hImage (LHANDLE)
Image
handle.
NULLHANDLE
If no image is defined, NULLHANDLE is
returned.
Other
Handle
of an icon or bit map.
- If the CA_DRAWICON attribute and the CV_MINI style
bit are specified, the RECORDCORE
structure's hptrMiniIcon field is returned.
- If the CA_DRAWICON attribute is specified without
the CV_MINI style bit, the RECORDCORE
structure's hptrIcon field is returned.
- If the CA_DRAWBITMAP attribute and the CV_MINI style
bit are specified, the RECORDCORE
structure's hbmMiniBitmap field is returned.
- If the CA_DRAWBITMAP attribute is specified without
the CV_MINI style bit, the RECORDCORE
structure's hbmBitmap field is returned.
[Back]
[Next]