Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kosuriv

    BIOS calls to detect a PCI card

    Hello I am tring to use the following code to detect a PCI card on windows 2000. But I am getting run time problem. Essentialy i am unable to call BIOS call. Can any one help? static int PCIFindDevice( DWORD device_id, DWORD vendor_id, DWORD index) { __asm { mov eax, 0xb102 mov...

Part and Inventory Search

Back
Top