PCI_COMMON_CONFIG structure does not have a type1 UNION defined? how TYPE 1 headers are used in a driver?

Re: PCI_COMMON_CONFIG by Eliyas

Eliyas
Mon May 03 19:38:13 CDT 2004

My guess is that you are including WDM.H. Include NTDDK.H instead.

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/hwdev/driver/kb-drv.mspx



Re: PCI_COMMON_CONFIG by anonymous

anonymous
Tue May 04 19:06:04 CDT 2004

Thanks Eliyas, ntddk.h has both types defined, I was looking in the DDK documentation and it only defines type 0 in the PCI_COMMON_CONFIG reference section.