Searched refs:_logfile (Results 1 – 2 of 2) sorted by relevance
89 HANDLE _logfile; variable98 _logfile = INVALID_HANDLE_VALUE; in ConsoleTabWindow()101 if (_logfile != INVALID_HANDLE_VALUE) in ~ConsoleTabWindow()102 CloseHandle(_logfile); in ~ConsoleTabWindow()
404 if (_logfile == INVALID_HANDLE_VALUE && !_open_log_file()) { in print()414 WriteFile(_logfile, &c, 1, &cnt, 0); in print()416 FlushFileBuffers(_logfile); in print()538 _logfile = CreateFile(filepath, GENERIC_WRITE, 0, 0, in _open_log_file()540 if (_logfile == INVALID_HANDLE_VALUE) in _open_log_file()