阅读:1192回复:0
做FileDisk 网络版! 救命!
TdiBuildReceive(
pIrp, pDeviceObject, pDeviceExtension->pEndPointObject, NULL, NULL, pMdl, TDI_RECEIVE_NORMAL, uBufferLength ); status = IoCallDriver(pDeviceObject, pIrp); if( STATUS_PENDING == status ) { dprintf("Waiting for Receive..."); status = KeWaitForSingleObject(&Event, UserRequest, KernelMode, FALSE, 0); } 这时候服务器断开了! 客户崩了!请问如何解决? :cool: |
|
|