IOCTL?

Hi,

Can anyone tell me what the IOCTL 0x1404B is, or point me in the right
direction? I’m seeing it in Filemon while monitoring the SMBMRX redirector,
and using office files (word, excel, etc.) on a share.

Thanks,
Matt

Not very sure, but might be generated by the device FILE_DEVICE_BEEP.
Ofcourse I might be totally wrong.

> Can anyone tell me what the IOCTL 0x1404B is, or point me in the right

Is the IOCTL value correctly written ?
I doubt that you will see an IOCTL belonging to FILE_DEVICE_BEEP
while monitoring network redirector.

L.

Oops, sorry, it’s 0x14104B. Anyway, the device is
FILE_DEVICE_NETWORK_FILE_SYSTEM, so that makes sense, but I don’t know what
the individual code means.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ladislav Zezula
Sent: Tuesday, October 18, 2005 11:16 AM
To: Windows File Systems Devs Interest List
Subject: Re: [ntfsd] IOCTL?

Can anyone tell me what the IOCTL 0x1404B is, or point me in the right

Is the IOCTL value correctly written ?
I doubt that you will see an IOCTL belonging to FILE_DEVICE_BEEP while
monitoring network redirector.

L.


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

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

Here’s the output from ioctl_decoder utility I found sometime back on
the net
IOCTL_CSC_IS_SERVER_OFFLINE
DeviceType=FILE_DEVICE_NETWORK_FILE_SYSTEM, Access=0, Function=1042
Method=METHOD_NEITHER

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-222907-
xxxxx@lists.osr.com] On Behalf Of Matthew N. White
Sent: Tuesday, October 18, 2005 11:22 AM
To: Windows File Systems Devs Interest List
Subject: RE: [ntfsd] IOCTL?

Oops, sorry, it’s 0x14104B. Anyway, the device is
FILE_DEVICE_NETWORK_FILE_SYSTEM, so that makes sense, but I don’t know
what
the individual code means.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ladislav
Zezula
Sent: Tuesday, October 18, 2005 11:16 AM
To: Windows File Systems Devs Interest List
Subject: Re: [ntfsd] IOCTL?

> Can anyone tell me what the IOCTL 0x1404B is, or point me in the
right

Is the IOCTL value correctly written ?
I doubt that you will see an IOCTL belonging to FILE_DEVICE_BEEP while
monitoring network redirector.

L.


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

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


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

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

> Oops, sorry, it’s 0x14104B. Anyway, the device is

FILE_DEVICE_NETWORK_FILE_SYSTEM, so that makes sense,
but I don’t know what the individual code means.

IOCTL_CSC_IS_SERVER_OFFLINE. Although I don’t exactly know
what this IOCTL means, it is related to the offline folders (CSC is the
old planned name - Client Side Caching).

L.