I am trying to use MmMapIoSpace and I get the following error:

error LNK2001: unresolved external symbol "__declspec(dllimport) void * __cdecl MmMapIoSpace(union _LARGE_INTEGER,unsigned long,enum _MEMORY_CACHING_TYPE)" (__imp_?MmMapIoSpace@@YAPAXT_LARGE_INTEGER@@KW4_ME MORY_CACHING_TYPE@@@Z)

I think I need to link in a library, can anyone tell the name of the library that I need? I am using Win2000, Visual C++ 6.0

Also, is there anyway to find out what libraries function calls belong to?

Thanks,

-geoff.