The CreateStatusWindow function creates a status window, which is typically used to display the status of an application. The window generally appears at the bottom of the parent window, and it contains the specified text.
HWND CreateStatusWindow(
LONG style, | |
LPCTSTR lpszText, | |
HWND hwndParent, | |
UINT wID | |
); |
If the function succeeds, the return value is the handle for the status window.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
The CreateStatusWindow function calls the CreateWindow function to create the window. It passes the parameters to CreateWindow without modification and sets the position, width, and height parameters to default values.
Windows 95: The system can support a maximum of 16,364 window handles.
Questions:
file: /Techref/os/win/api/win32/func/src/f11_8.htm, 3KB, , updated: 2008/1/31 17:08, local time: 2024/11/7 15:30,
3.145.47.17:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/func/src/f11_8.htm"> CreateStatusWindow</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.