SaveToFile


Name

            SaveToFile


When to use it


            During the OnFinish event.


Prototype


HRESULT SaveToFile(

            FileName: BSTR /*[in]*/,

            SaveInputData: long /*[in]*/,

            SaveParameters: long /*[in]*/,

            SaveResults: long /*[int]*/

);


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.

            All parameters can be either 0 or 1 (depending on what you want to save).


See Also:



Links

       back to index

       www.optimalprograms.com