Communication Server Port callback question...

The prototype for the connect and message notify callbacks when creating
a communication server port (FltCreateCommunicationPort()) have a return
status associated with them. I can’t find any information on what would
happen if I returned a value other than STATUS_SUCCESS from these
callback routines (or why I might want to fail these callbacks). Can
anyone point me in the right direction?

thanks

If you return something other than success (like STATUS_INVALID_PARAMETER)
in the message notification callback, that will get passed to the caller’s
FilterSendMessage() routine.

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Vossen, Joseph (ISS
Atlanta)
Sent: Friday, August 12, 2005 3:08 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Communication Server Port callback question…

The prototype for the connect and message notify callbacks when creating
a communication server port (FltCreateCommunicationPort()) have a return
status associated with them. I can’t find any information on what would
happen if I returned a value other than STATUS_SUCCESS from these
callback routines (or why I might want to fail these callbacks). Can
anyone point me in the right direction?

thanks


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

OK…how about the connect notification callback? If I don’t return
STATUS_SUCCESS, will the user’s FilterConnectCommunicationPort() call
fail (I’m assuming that is what will happen)?

thanks

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ken Cross
Sent: Friday, August 12, 2005 3:46 PM
To: Windows File Systems Devs Interest List
Subject: RE: [ntfsd] Communication Server Port callback question…

If you return something other than success (like
STATUS_INVALID_PARAMETER) in the message notification
callback, that will get passed to the caller’s
FilterSendMessage() routine.

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On > Behalf Of Vossen,
Joseph (ISS Atlanta)
Sent: Friday, August 12, 2005 3:08 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Communication Server Port callback question…

The prototype for the connect and message notify callbacks
when creating a communication server port
(FltCreateCommunicationPort()) have a return status
associated with them. I can’t find any information on what
would happen if I returned a value other than STATUS_SUCCESS
from these callback routines (or why I might want to fail
these callbacks). Can anyone point me in the right direction?

Right.

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Vossen, Joseph (ISS
Atlanta)
Sent: Monday, August 15, 2005 7:35 AM
To: Windows File Systems Devs Interest List
Subject: RE: [ntfsd] Communication Server Port callback question…

OK…how about the connect notification callback? If I don’t return
STATUS_SUCCESS, will the user’s FilterConnectCommunicationPort() call
fail (I’m assuming that is what will happen)?

thanks

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ken Cross
Sent: Friday, August 12, 2005 3:46 PM
To: Windows File Systems Devs Interest List
Subject: RE: [ntfsd] Communication Server Port callback question…

If you return something other than success (like
STATUS_INVALID_PARAMETER) in the message notification
callback, that will get passed to the caller’s
FilterSendMessage() routine.

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On > Behalf Of Vossen,
Joseph (ISS Atlanta)
Sent: Friday, August 12, 2005 3:08 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Communication Server Port callback question…

The prototype for the connect and message notify callbacks
when creating a communication server port
(FltCreateCommunicationPort()) have a return status
associated with them. I can’t find any information on what
would happen if I returned a value other than STATUS_SUCCESS
from these callback routines (or why I might want to fail
these callbacks). Can anyone point me in the right direction?


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