IoGetDeviceInterfaces is not defined in IFS?

Hi all,

IoGetDeviceInterfaces() function is not defined in ntifs.h

I tried to compile my driver with IFS DDK and saw that some
functions/structures/etc. are defined in the ntifs.h only and

some of them are defined in ntddk.h only. If I use both include files there
are a lot of redefinition errors. How can I solve it?

The IFS DDK version is 3790.1830

Thanks,

Dany

Split your source files. One file includes ntifs and the other includes
ntddk.

Gary G. Little


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Dani Polovets
Sent: Wednesday, December 21, 2005 7:32 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] IoGetDeviceInterfaces is not defined in IFS?

Hi all,

IoGetDeviceInterfaces() function is not defined in ntifs.h

I tried to compile my driver with IFS DDK and saw that some
functions/structures/etc. are defined in the ntifs.h only and

some of them are defined in ntddk.h only. If I use both include files
there are a lot of redefinition errors. How can I solve it?

The IFS DDK version is 3790.1830

Thanks,

Dany


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

> Split your source files. One file includes ntifs and the other includes ntddk.

Or, if you use the WDK, you may include ntifs.h and ntddk.h
will be included automatically.

L.