IASTitleBar::get_StatusImageList

This method gets the status of the title bar image list.

Syntax

HRESULT get_StatusImageList( OLE_HANDLE *phbmImage, OLE_HANDLE *phbmImageMask, long *pcxImage, long *pcyImage );

Parameters

phbmImage
Pointer to an OLE_HANDLE to a bitmap image.
phbmImageMask
Pointer to an OLE_HANDLE to a bitmap image mask.
pcxImage
Pointer to a long integer that contains the x-coordinate of the image.
pcyImage
Pointer to a long integer that contains the y-coordinate of the image.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

See Also

IASTitleBar::put_StatusImageList