DrawStatusText function comctl32
Draws the specified text in the style of a status window with borders.
To learn more, see learn.microsoft.com/windows/win32/api/commctrl/nf-commctrl-drawstatustextw.
Implementation
@pragma('vm:prefer-inline')
void DrawStatusText(HDC hDC, Pointer<RECT> lprc, PCWSTR pszText, int uFlags) =>
_DrawStatusText(hDC, lprc, pszText, uFlags);