CAtlFileMapping Class
Visual Studio 2012
This class represents a memory-mapped file, adding a cast operator to the methods of CAtlFileMappingBase.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
template < typename T= char > class CAtlFileMapping : public CAtlFileMappingBase
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.
Important