PVOID EngMapModule(
| HANDLE h, | |
| PULONG pSize | |
| ); | 
EngMapModule returns the address and size of an executable file that was loaded by EngLoadModule.
EngMapModule returns a pointer to the view of the file identified by h. The file’s size is returned in pSize.
A driver can open and read a file using EngLoadModule and EngMapModule.