|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <cicfmap.h>


Public Member Functions | |
| CicFileMapping (LPCTSTR pszName, CicMutex *pMutex) | |
| virtual | ~CicFileMapping () |
Public Member Functions inherited from CicFileMappingStatic | |
| CicFileMappingStatic () | |
| ~CicFileMappingStatic () | |
| void | Init (LPCTSTR pszName, CicMutex *pMutex) |
| LPVOID | Create (LPSECURITY_ATTRIBUTES pSA, DWORD dwMaximumSizeLow, LPBOOL pbAlreadyExists) |
| LPVOID | Open () |
| void | Close () |
| BOOL | Enter () |
| void | Leave () |
| BOOL | Flush (SIZE_T dwNumberOfBytesToFlush) |
| void | Finalize () |
Additional Inherited Members | |
Protected Member Functions inherited from CicFileMappingStatic | |
| LPVOID | _Map () |
Protected Attributes inherited from CicFileMappingStatic | |
| LPCTSTR | m_pszName |
| LPVOID | m_pView |
| HANDLE | m_hMapping |
| BOOL | m_bCreated |
| BOOL | m_bHasMutex |
| CicMutex * | m_pMutex |
Definition at line 11 of file cicfmap.cpp.
|
inlinevirtual |