Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WD_LogStart | ( | const char * | sFileName, |
const char * | sMode | ||
) |
Opens a log file.
[in] | sFileName | Name of log file to be opened |
[in] | sMode | Type of access permitted. For example, NULL or w opens an empty file for writing, and if the given file exists, its contents are destroyed; a opens a file for writing at the end of the file (i.e., append). |