Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This class represents a memory-mapped file.
Important
This class and its members cannot be used in applications that execute in the Windows Runtime.
class CAtlFileMappingBase
Members
Public Constructors
Name |
Description |
|---|---|
The constructor. |
|
The destructor. |
Public Methods
Name |
Description |
|---|---|
Call this method to copy from a file-mapping object. |
|
Call this method to get the data from a file-mapping object. |
|
Call this method to return the file handle. |
|
Call this method to get the mapping size from a file-mapping object. |
|
Call this method to create a file-mapping object. |
|
Call this method to create a file-mapping object that permits full access to all processes. |
|
Call this method to return a handle to the file-mapping object. |
|
Call this method to unmap a file-mapping object. |
Public Operators
Name |
Description |
|---|---|
Sets the current file-mapping object to another file-mapping object. |
Remarks
File mapping is the association of a file's contents with a portion of the virtual address space of a process. This class provides methods for creating file-mapping objects that permit programs to easily access and share data.
For more information, see File Mapping in the Windows SDK.
Requirements
Header: atlfile.h