NTProcessAcceptIrp(
IN PIRP pIrp,
OUT tCONNECTELE **ppConnEle
);
Routine Description:
This Routine handles a Client's AcceptIrp, extracting the pConnEle and
returning it.
Arguments:
pIrp - a ptr to an IRP
Return Value:
NTSTATUS - status of the request