IASTitleBar::get_StatusFlags
This method gets the title bar status flags that control the images displayed from the image list.
Syntax
HRESULT get_StatusFlags( long *plStatusFlags );
Parameters
- plStatusFlags
- Pointer to a long integer that contains the status flags. The first image is displayed if bit 0 is set. The second image is displayed if bit 1 is set.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
See Also
IASTitleBar::put_StatusFlags