IWorkspaceReportMessage::RegisterErrorLogMessage method (workspaceruntime.h)

Registers the specified error message to use in the UI.

Syntax

HRESULT RegisterErrorLogMessage(
  [in] BSTR bstrMessage
);

Parameters

[in] bstrMessage

A string containing the error message to use in the UI.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header workspaceruntime.h

See also

IWorkspaceReportMessage