Share via


IReplNotify::SetStatusText

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

See Also

Reference

IReplNotify