IMsmMerge::Log method (mergemod.h)

The Log method writes a text string to the currently open log file. For more information, see the Log method of the Merge object.

IMsmMerge2::Log    Mergemod.dll version 2.0 or later.

 
IMsmMerge::Log      All Mergemod.dll versions.

Syntax

HRESULT Log(
  const BSTR Message
);

Parameters

Message

The text string to display. A LPCWSTR may be used instead of a BSTR.

Return value

This method can return one of these values.

Value Meaning
E_FAIL
There was an error writing to the log file.
E_INVALIDARG
The argument is invalid.
S_FALSE
No log file is open.
S_OK
The function succeeded.

Requirements

Requirement Value
Minimum supported client Mergemod.dll 1.0 or later
Target Platform Windows
Header mergemod.h
DLL Mergemod.dll

See also

Merge Module Automation