kernel
Loading...
Searching...
No Matches
section.c File Reference

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)

Function Documentation

◆ MmCreateSection()

MTSTATUS MmCreateSection ( OUT PHANDLE SectionHandle,
IN struct _FILE_OBJECT * FileObject )

Definition at line 25 of file section.c.

◆ MmMapViewOfSection()

MTSTATUS MmMapViewOfSection ( IN HANDLE SectionHandle,
IN PEPROCESS Process,
OUT void ** EntryPointAddress,
OUT void ** BaseAddress )

Definition at line 110 of file section.c.

◆ MmpDeleteSection()

void MmpDeleteSection ( void * Object)

Definition at line 198 of file section.c.