SaveToFile
Name
SaveToFile
When to use it
During the OnFinish event.
Prototype
HRESULT SaveToFile(
FileName: BSTR /*[in]*/
);
Explanations
Saves the data, parameters and results in a txt file. This method is used for debugging purposed only. DO NOT use it for other purposes.
See Also: