|
kernel
|
#include "../../includes/mm.h"#include "../../includes/ob.h"#include "../../includes/mg.h"#include "../../includes/fs.h"Go to the source code of this file.
Functions | |
| MTSTATUS | MmCreateSection (OUT PHANDLE SectionHandle, IN struct _FILE_OBJECT *FileObject) |
| MTSTATUS | MmMapViewOfSection (IN HANDLE SectionHandle, IN PEPROCESS Process, OUT void **EntryPointAddress, OUT void **BaseAddress) |
| void | MmpDeleteSection (void *Object) |
| MTSTATUS MmCreateSection | ( | OUT PHANDLE | SectionHandle, |
| IN struct _FILE_OBJECT * | FileObject ) |