0xC000023B in CompRoutine

Hi,

In the completion routine of TdiBuildAccept(), pIrp->IoStatus.Status
is 0xC000023B.It happens accidently.

Thanks for any help.

Julian

0xC000023B is STATUS_CONNECTION_ACTIVE. This means you called TdiBuildAccept
with FileObj representing an active connection object. Make sure the
connection object you passed to TdiBuildAccept does not have an active
connection.

-Srin.

On 2/13/06, Zhu LiPing wrote:
>
>
> Hi,
>
> In the completion routine of TdiBuildAccept(), pIrp->IoStatus.Status
> is 0xC000023B.It happens accidently.
>
> Thanks for any help.
>
>
> Julian
>
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>