Click here to Skip to main content
15,919,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Copy Constructor Pin
Laxman Auti22-May-06 1:12
Laxman Auti22-May-06 1:12 
GeneralRe: Copy Constructor Pin
Jax_qqq22-May-06 1:16
Jax_qqq22-May-06 1:16 
GeneralRe: Copy Constructor Pin
Laxman Auti22-May-06 2:12
Laxman Auti22-May-06 2:12 
GeneralRe: Copy Constructor Pin
ThatsAlok22-May-06 4:16
ThatsAlok22-May-06 4:16 
GeneralRe: Copy Constructor Pin
Subramaniam s.V.22-May-06 1:19
Subramaniam s.V.22-May-06 1:19 
AnswerRe: Copy Constructor Pin
Laxman Auti22-May-06 2:10
Laxman Auti22-May-06 2:10 
QuestionIO completion port with socket [modified] Pin
followait22-May-06 0:04
followait22-May-06 0:04 
AnswerRe: IO completion port with socket [modified] Pin
cmk22-May-06 11:48
cmk22-May-06 11:48 
I don't think anything is wrong.

You can use the fact that WSARecv returned 0 to optimize some code, but a completion packet should also have been queued to the IOCP, so GetQueuedCompletionStatus should also return it.

You generally only care if the return from WSASend/WSARecv if != 0, and then only if WSAGetLastError returns != WSA_IO_PENDING.


...cmk

Save the whales - collect the whole set

-- modified at 17:48 Monday 22nd May, 2006
GeneralRe: IO completion port with socket [modified] Pin
followait22-May-06 17:07
followait22-May-06 17:07 
GeneralRe: IO completion port with socket [modified] Pin
followait23-May-06 16:16
followait23-May-06 16:16 
GeneralRe: IO completion port with socket [modified] Pin
cmk23-May-06 17:52
cmk23-May-06 17:52 
QuestionHttpSendRequest fails for https Pin
gbabu1721-May-06 23:45
gbabu1721-May-06 23:45 
AnswerRe: HttpSendRequest fails for https Pin
gbabu1722-May-06 4:58
gbabu1722-May-06 4:58 
AnswerRe: HttpSendRequest fails for https Pin
surfman1922-May-06 12:30
surfman1922-May-06 12:30 
QuestionListBox OnDblclkSout() Event Pin
VinayCool21-May-06 23:28
VinayCool21-May-06 23:28 
QuestionRe: ListBox OnDblclkSout() Event Pin
Nibu babu thomas21-May-06 23:36
Nibu babu thomas21-May-06 23:36 
AnswerRe: ListBox OnDblclkSout() Event Pin
VinayCool21-May-06 23:45
VinayCool21-May-06 23:45 
AnswerRe: ListBox OnDblclkSout() Event Pin
Laxman Auti22-May-06 0:07
Laxman Auti22-May-06 0:07 
GeneralRe: ListBox OnDblclkSout() Event [modified] Pin
VinayCool22-May-06 0:12
VinayCool22-May-06 0:12 
GeneralRe: ListBox OnDblclkSout() Event Pin
Laxman Auti22-May-06 0:19
Laxman Auti22-May-06 0:19 
GeneralRe: ListBox OnDblclkSout() Event Pin
VinayCool22-May-06 0:33
VinayCool22-May-06 0:33 
GeneralRe: ListBox OnDblclkSout() Event Pin
Laxman Auti22-May-06 0:57
Laxman Auti22-May-06 0:57 
AnswerRe: ListBox OnDblclkSout() Event Pin
Maxwell Chen22-May-06 1:03
Maxwell Chen22-May-06 1:03 
NewsRe: ListBox OnDblclkSout() Event Pin
Rudolf Jan22-May-06 0:28
Rudolf Jan22-May-06 0:28 
QuestionHow to use graphics in win32 console application Pin
kflrei21-May-06 22:45
kflrei21-May-06 22:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.