Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This method sets the text to be displayed on the Explorer Window status control.
Syntax
HRESULT SetStatusText(
LPSTR lpszText
);
Parameters
- lpszText
[in] Long pointer to a null-terminated status text string.
Return Value
An appropriate HRESULT value is returned.
Remarks
Status messages should be advisory only. Use modal dialog boxes or message boxes for information that requires user intervention.
Requirements
| Header | cesync.h |
| Library | coredll.lib |
| Windows Embedded CE | Windows CE 2.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |