Поделиться через


CAtlTemporaryFile::TempFileName

Call this method to return the name of temporary file.

LPCTSTR TempFileName( ) throw( );

Возвращаемое значение

Returns the LPCTSTR pointing to the file name.

Заметки

The file name is generated in CAtlTemporaryFile::CAtlTemporaryFile with a call to the GetTempFile Windows SDK function. The file extension will always be "TFR" for the temporary file.

Требования

Header: atlfile.h

См. также

Основные понятия

CAtlTemporaryFile Class

CAtlTemporaryFile Members