IWorksController interface : PrintToLog method

PrintToLog method
Description
The plugin calls the PrintToLog method to tell VWorks software to print the specified string (add an entry) to the Main Log.
Syntax
 
HRESULT PrintToLog(
[in] IControllerClient *Source,
[in] BSTR StringToPrint
);
Parameters
 
Related information