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.
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 |
---|---|
|
There was an error writing to the log file. |
|
The argument is invalid. |
|
No log file is open. |
|
The function succeeded. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Mergemod.dll 1.0 or later |
Target Platform | Windows |
Header | mergemod.h |
DLL | Mergemod.dll |