IReplNotify::SetStatusText

The IReplNotify::SetStatusText method sets the text to be displayed on the Explorer Window status control.

Syntax

HRESULT SetStatusText (
LPSTR
lpszText
);

At a Glance

Header file: Cesync.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

lpszText
Pointer to a status text string.

Remarks

Status messages should be advisory only. Use modal dialog boxes or message boxes for information that requires user intervention.

See Also

IReplNotify