CAtlFileMapping Class
This class represents a memory-mapped file, adding a cast operator to the methods of CAtlFileMappingBase.
template <
typename T = char
>
class CAtlFileMapping :
public CAtlFileMappingBase
Параметры
- T
The type of data used for the cast operator.
Заметки
This class adds a single cast operator to allow implicit conversion of CAtlFileMapping objects to T*****. Other members are supplied by the base class, CAtlFileMappingBase.
Требования
Header: atlfile.h