Hi All,
Is there is any macro by which i can find whether DDK or IFS is installed?
With Regards,
A.Ilamparithi.
Hi All,
Is there is any macro by which i can find whether DDK or IFS is installed?
With Regards,
A.Ilamparithi.
> Is there is any macro by which i can find whether DDK or IFS is installed?
Maybe yes, maybe no, but the question is, why it should be ?
If your driver needs IFS kit, you have to include ntifs.h.
If you haven’t it, you cannot compile your driver.
If your driver needs DDK (it should :-)), you have to include
ntddk.h. I you haven’t it, you cannot compile your driver.
L.