Could I use routin IoGetDeviceInterfaces in my dirver?

Hi,

I’d like to use IoGetDeviceInterfaces in my driver which derived sfilter in
ddk. to get a device object’s symbolicLinkName However ,this routine don’t
include in ntifs.h .I copy the prototype from ntddk.h.
Would there be potential errors arise by using the routine?

Your input will be appreciated .
Sorry for my bad English.

You do not need to copy the prototype. Ntifs.h includes ntddk.h. You can use
this call.
What kind of problem are you having?

Bill Wandel

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Unicoco
Sent: Thursday, December 04, 2008 1:13 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Could I use routin IoGetDeviceInterfaces in my dirver?

Hi,

I’d like to use IoGetDeviceInterfaces in my driver which derived sfilter in
ddk. to get a device object’s symbolicLinkName However ,this routine don’t
include in ntifs.h .I copy the prototype from ntddk.h.
Would there be potential errors arise by using the routine?

Your input will be appreciated .
Sorry for my bad English.


NTFSD is sponsored by OSR

For our schedule debugging and file system seminars (including our new fs
mini-filter seminar) visit:
http://www.osr.com/seminars

You are currently subscribed to ntfsd as: xxxxx@bwandel.com To
unsubscribe send a blank email to xxxxx@lists.osr.com

Looks like you’re using the obsolete DDK.

In WDK, ntifs.h includes ntddk.h, which includes wdm.h


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com

“Unicoco” wrote in message news:xxxxx@ntfsd…
> Hi,
>
> I’d like to use IoGetDeviceInterfaces in my driver which derived sfilter in
> ddk. to get a device object’s symbolicLinkName However ,this routine don’t
> include in ntifs.h .I copy the prototype from ntddk.h.
> Would there be potential errors arise by using the routine?
>
> Your input will be appreciated .
> Sorry for my bad English.
>
>
>