Click here to Skip to main content
15,917,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help !! Pin
Sreekanth Muralidharan29-May-05 22:53
Sreekanth Muralidharan29-May-05 22:53 
GeneralRe: Help !! Pin
ddmcr14-May-05 4:15
ddmcr14-May-05 4:15 
GeneralRe: Help !! Pin
Sreekanth Muralidharan22-May-05 23:07
Sreekanth Muralidharan22-May-05 23:07 
Generaldetecting if an internet connection is available Pin
Mridang Agarwalla13-May-05 21:27
Mridang Agarwalla13-May-05 21:27 
GeneralRe: detecting if an internet connection is available Pin
ThatsAlok13-May-05 23:35
ThatsAlok13-May-05 23:35 
GeneralRe: detecting if an internet connection is available Pin
Taka Muraoka13-May-05 23:38
Taka Muraoka13-May-05 23:38 
Generaldrag and drop Pin
Mridang Agarwalla13-May-05 21:23
Mridang Agarwalla13-May-05 21:23 
QuestionHow to Customize your Outlook To,Cc& Bcc Button Pin
Member 196301213-May-05 20:02
Member 196301213-May-05 20:02 
QuestionHow to Customize your Outlokk To,Cc& Bcc Button Pin
Member 196301213-May-05 20:02
Member 196301213-May-05 20:02 
QuestionHow to ues Unicode In Console Screen!. Pin
boylangchoi13-May-05 14:24
boylangchoi13-May-05 14:24 
GeneralAbout WriteFileEx and WaitForSingleObjectEx Pin
Cyrus Dang13-May-05 13:12
Cyrus Dang13-May-05 13:12 
GeneralRe: About WriteFileEx and WaitForSingleObjectEx Pin
Alexander M.,13-May-05 13:36
Alexander M.,13-May-05 13:36 
GeneralRe: About WriteFileEx and WaitForSingleObjectEx Pin
Cyrus Dang13-May-05 13:42
Cyrus Dang13-May-05 13:42 
GeneralRe: About WriteFileEx and WaitForSingleObjectEx Pin
Alexander M.,13-May-05 13:46
Alexander M.,13-May-05 13:46 
GeneralRe: About WriteFileEx and WaitForSingleObjectEx Pin
Cyrus Dang13-May-05 14:04
Cyrus Dang13-May-05 14:04 
GeneralRe: About WriteFileEx and WaitForSingleObjectEx Pin
Blake Miller16-May-05 8:51
Blake Miller16-May-05 8:51 
You can call the ssynchronous WriteFileEx multiple times while IO is pending.
What the documentation is trying to conveysay is that the completion CALLBACK will be activated not the event handle. So you need to decode which IO request(s) completed when our IO completion procedure is called with the information you originally provided as part of the IO completion callback setup prior to making the WriteFileEx call.

GeneralChanging the appearance of a common control system wide Pin
Kuniva13-May-05 12:08
Kuniva13-May-05 12:08 
GeneralRe: Changing the appearance of a common control system wide Pin
alex.barylski13-May-05 17:16
alex.barylski13-May-05 17:16 
QuestionCan not run constructor WinApp Pin
ytvsoftware13-May-05 11:53
ytvsoftware13-May-05 11:53 
AnswerRe: Can not run constructor WinApp Pin
Bob Stanneveld15-May-05 3:07
Bob Stanneveld15-May-05 3:07 
GeneralDirectX9 - 3d object translating with sine wave pattern ... Pin
jc0dex13-May-05 10:40
jc0dex13-May-05 10:40 
GeneralRe: DirectX9 - 3d object translating with sine wave pattern ... Pin
Alexander M.,13-May-05 13:43
Alexander M.,13-May-05 13:43 
GeneralRe: DirectX9 - 3d object translating with sine wave pattern ... Pin
jc0dex13-May-05 17:23
jc0dex13-May-05 17:23 
GeneralRe: DirectX9 - 3d object translating with sine wave pattern ... Pin
jc0dex13-May-05 17:41
jc0dex13-May-05 17:41 
GeneralTranslucent Painting Issues Pin
Strath-Clyde13-May-05 10:07
Strath-Clyde13-May-05 10:07 

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.