Hi All,
I?m developing a function driver 64bit, on ?Windows 64 bit Standard Edition?.
I encountered with two issues:
-
Failed to pass pointer buffer (more then 16 Mb size) from 64 / 32 bit application
To the 64 bit Driver (probe & lock mechanize fails). -
Failed to map in 64 bit Driver more then 1 Gb memory (using MmMapIoSpace api).
I will appreciate your assistance.
Thanks.