Hi
Suppose I create a TDI Address file object and a Connection file object,
bind them together and make a connection to a remote machine. I would like
to know what is the behavior expected from the Transport driver, if I call
ZwCloseFile on the Address file object without closing the Connection file
object first.
Will the Transport try to tear down the connection in a controlled manner,
close the Connection object and then close the Address object or will it
simply abort the connection, and then delete the Connection and Address
objects or does it do something else ? Thanks for any answer.
regards
Arvind