This method sets the text to be displayed on the Explorer Window status control.
At a Glance
Header file: | Cesync.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT SetStatusText ( LPSTR lpszText );
Parameters
lpszText
Long pointer to a null-terminated status text string.
Return Values
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.
See Also