IReplNotify::SetStatusText (Windows CE 5.0)
This method sets the text to be displayed on the Explorer Window status control.
HRESULT SetStatusText(LPSTRlpszText);
Parameters
- lpszText
[in] 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.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors