IReplNotify::SetStatusText

This method sets the text to be displayed on the Explorer Window status control.

HRESULT SetStatusText(
  LPSTR lpszText
);

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

IReplNotify

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.