Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
How can I programmatically inquire PCI card I/O Ranges as seen in the Windows Device Manager Resources Tab?
I want to use Microsoft provided functions (possibly included in the DDK) to aquire this information and not use third party libraries.
Posted
Updated 24-Jan-11 4:38am
v2

1 solution

PCI_DIAG.C
The driver implements detection of PCI devices, access to the PCI configuration space, access to I/O and memory mapped ranges on the card, and interrupt handling.

Check WinDriver's source file if the above details are matching your requirement.
http://www.jungo.com/st/support/techissues-samplecode.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900