Hi,
I want to use IoAllocateMdl and other MDL related functions in my Video Miniport driver. These functions and PMDL are defined in NTDDK.h. But when I include NTDDK.h in my driver, I get lots of Redefinition errors. These definitions are clashing with the definitions in the Miniport.h.
Miniport.h is required for the miniport driver. How should we include ntddk.h to successfully compile the Miniport driver. What needs to be taken care to remove this redefinition errors.
Thanks for the help.
Arun