The DrawStatusText function draws the specified text in the style of a status window with borders.
void DrawStatusText(
HDC hdc, | |
LPRECT lprc, | |
LPCTSTR pszText, | |
UINT uFlags | |
); |
Value |
Meaning |
SBT_NOBORDERS |
Prevents borders from being drawn around the specified text. |
SBT_POPOUT |
Draws highlighted borders that make the text stand out. |
SBT_RTLREADING |
Windows 95 only: Displays text using right-to-left reading order on Hebrew or Arabic systems. |
This function does not return a value.