CAtlTemporaryFile Class
This class provides methods for the creation and use of a temporary file.
class CAtlTemporaryFile
Заметки
CAtlTemporaryFile makes it easy to create and use a temporary file. The file is automatically named, opened, closed, and deleted. If the file contents are required after the file is closed, they can be saved to a new file with a specified name.
Требования
Header: atlfile.h
Пример
See the example for CAtlTemporaryFile::CAtlTemporaryFile.