Last change
on this file since 10504 was 10376, checked in by sandervl, 22 years ago |
memory map functions for dib section code
|
File size:
443 bytes
|
Rev | Line | |
---|
[10376] | 1 | #ifndef __MEMMAP_H
|
---|
| 2 | #define __MEMMAP_H
|
---|
| 3 |
|
---|
| 4 | #ifndef _DEF_PFNEXCEPTIONNOTIFY
|
---|
| 5 | #define _DEF_PFNEXCEPTIONNOTIFY
|
---|
| 6 | typedef BOOL (WIN32API * PFNEXCEPTIONNOTIFY)(LPVOID lpBase, ULONG offset, BOOL fWriteAccess, DWORD dwSize, DWORD dwUserData);
|
---|
| 7 | #endif
|
---|
| 8 |
|
---|
| 9 | BOOL WIN32API MMAP_RegisterMemoryRange(PFNEXCEPTIONNOTIFY pfnNotify, LPVOID lpViewAddr, DWORD size, DWORD dwUserData);
|
---|
| 10 | BOOL WIN32API MMAP_UnregisterMemoryRange(LPVOID lpViewAddr);
|
---|
| 11 |
|
---|
| 12 | #endif /*__MEMMAP_H */
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.