HowTo Cancel Async I/O socket operation?

Hi All,

OS: Windows XP Professional
WinSock Ver: 2.2

  1. I have initiated an asynchronous I/O operation on sockets (like
    WSASend,
    WSARecv, etc.,).
    After some time, if I want to CANCEL this asynchronous I/O operation, is
    there any way to do it?

Thanks,
Sathya

===================================
Knowledge, Skill and desire will lead to SUCCESS.

Hi,

Closing the socket should work

Regards
Santosh

-----Original Message-----
From: Sathyanarayanan Srinivasan
[mailto:xxxxx@wipro.com]
Sent: Tuesday, May 27, 2003 3:54 PM
To: NT Developers Interest List
Subject: [ntdev] HowTo Cancel Async I/O socket operation?

Hi All,

OS: Windows XP Professional
WinSock Ver: 2.2

  1. I have initiated an asynchronous I/O operation on sockets (like
    WSASend,
    WSARecv, etc.,).
    After some time, if I want to CANCEL this asynchronous I/O operation, is
    there any way to do it?

Thanks,
Sathya

===================================
Knowledge, Skill and desire will lead to SUCCESS.


You are currently subscribed to ntdev as: xxxxx@ushustech.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Try CancelIo.

----- Original Message -----
From: “Sathyanarayanan Srinivasan”

To: “NT Developers Interest List”
Sent: Tuesday, May 27, 2003 2:23 PM
Subject: [ntdev] HowTo Cancel Async I/O socket operation?

> Hi All,
>
> OS: Windows XP Professional
> WinSock Ver: 2.2
>
> 1. I have initiated an asynchronous I/O operation on sockets (like
> WSASend,
> WSARecv, etc.,).
> After some time, if I want to CANCEL this asynchronous I/O
operation, is
> there any way to do it?
>
> Thanks,
> Sathya
>
> ===================================
> Knowledge, Skill and desire will lead to SUCCESS.
> ===================================
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to
xxxxx@lists.osr.com
>

Hi,

Thanks for the reply.
But, I want to do it WITHOUT closing socket.

Thanks,
Sathya

===================================
Knowledge, Skill and desire will lead to SUCCESS.

-----Original Message-----
From: Santosh.M.P [mailto:xxxxx@USHUSTECH.COM]
Sent: Tuesday, May 27, 2003 4:08 PM
Subject: RE: HowTo Cancel Async I/O socket operation?

Hi,
Closing the socket should work
Regards
Santosh
-----Original Message-----
From: Sathyanarayanan Srinivasan
[mailto:xxxxx@wipro.com]
Sent: Tuesday, May 27, 2003 3:54 PM
To: NT Developers Interest List
Subject: [ntdev] HowTo Cancel Async I/O socket operation?

Hi All,
OS: Windows XP Professional
WinSock Ver: 2.2

  1. I have initiated an asynchronous I/O operation on sockets (like
    WSASend,
    WSARecv, etc.,).
    After some time, if I want to CANCEL this asynchronous I/O operation, is

there any way to do it?
Thanks,
Sathya

Knowledge, Skill and desire will lead to SUCCESS.


You are currently subscribed to ntdev as: xxxxx@ushustech.com
To unsubscribe send a blank email to xxxxx@lists.osr.com