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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.