W
Wai Chan
The product we are developing needs a custom PCI NVRAM
device to be plugged into one of the open PCI slots. I
am looking for a way in which I can access the memeory on
that device directly from a Win32 app. Are there any
good API's available for this (Setup API's)? All I need
is to find out where the memory region starts and ends
after the bus-enumeration by pci.sys, and be able to read
from and write to that region. I am trying to avoid
writing a driver just for this simple task. Any help
will be greatly appreciated.
Thanks!
Wai Chan
device to be plugged into one of the open PCI slots. I
am looking for a way in which I can access the memeory on
that device directly from a Win32 app. Are there any
good API's available for this (Setup API's)? All I need
is to find out where the memory region starts and ends
after the bus-enumeration by pci.sys, and be able to read
from and write to that region. I am trying to avoid
writing a driver just for this simple task. Any help
will be greatly appreciated.
Thanks!
Wai Chan