NTCloseConnection(
IN tDEVICECONTEXT *pDeviceContext,
IN PIRP pIrp
);
Routine Description:
This Routine handles converting a Close Connection Request from an IRP to
a procedure call so that NbtCloseConnection can be called in an OS independent
manner.
Arguments:
pIrp - a ptr to an IRP
Return Value:
NTSTATUS - status of the request