Click here to Skip to main content
15,897,185 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linker error in windows app. Pin
Sauce!9-Sep-08 19:36
Sauce!9-Sep-08 19:36 
GeneralRe: Linker error in windows app. Pin
Naveen9-Sep-08 19:40
Naveen9-Sep-08 19:40 
AnswerRe: Linker error in windows app. Pin
Michael Dunn10-Sep-08 11:47
sitebuilderMichael Dunn10-Sep-08 11:47 
GeneralRe: Linker error in windows app. Pin
Sauce!10-Sep-08 23:39
Sauce!10-Sep-08 23:39 
QuestionSendMessageTimeOut( ) fails in Vista Pin
V K 29-Sep-08 18:21
V K 29-Sep-08 18:21 
AnswerRe: SendMessageTimeOut( ) fails in Vista Pin
SandipG 9-Sep-08 20:38
SandipG 9-Sep-08 20:38 
GeneralRe: SendMessageTimeOut( ) fails in Vista Pin
V K 29-Sep-08 20:59
V K 29-Sep-08 20:59 
GeneralRe: SendMessageTimeOut( ) fails in Vista [modified] Pin
SandipG 9-Sep-08 21:04
SandipG 9-Sep-08 21:04 
In the Error Look up utility it shows me this

This operation returned because the timeout period expired.

From winerror.h
//
// MessageId: ERROR_TIMEOUT
//
// MessageText:
//
// This operation returned because the timeout period expired.
//
#define ERROR_TIMEOUT 1460L


So i think it is working as intended and timing out after time interval specified.

Documentation says
If the function fails or times out, the return value is zero. To get extended error information, call GetLastError. If GetLastError returns ERROR_TIMEOUT, then the function timed out.
Microsoft Windows 2000: If GetLastError returns zero, then the function timed out.

I hope it helps..

Regards,
Sandip.

modified on Wednesday, September 10, 2008 3:11 AM

GeneralRe: SendMessageTimeOut( ) fails in Vista Pin
V K 29-Sep-08 21:45
V K 29-Sep-08 21:45 
QuestionRe: SendMessageTimeOut( ) fails in Vista Pin
Mark Salsbery10-Sep-08 5:15
Mark Salsbery10-Sep-08 5:15 
QuestionEdit box problem......... Pin
ani_ikram9-Sep-08 17:32
ani_ikram9-Sep-08 17:32 
AnswerRe: Edit box problem......... Pin
Naveen9-Sep-08 17:48
Naveen9-Sep-08 17:48 
QuestionArrays and Enums in an extended control Pin
poppabaggins9-Sep-08 16:31
poppabaggins9-Sep-08 16:31 
AnswerRe: Arrays and Enums in an extended control Pin
Naveen9-Sep-08 16:44
Naveen9-Sep-08 16:44 
GeneralRe: Arrays and Enums in an extended control Pin
poppabaggins10-Sep-08 4:05
poppabaggins10-Sep-08 4:05 
Questionhow draw semi transparent object Pin
nattyting9-Sep-08 15:54
nattyting9-Sep-08 15:54 
AnswerRe: how draw semi transparent object Pin
SandipG 9-Sep-08 20:35
SandipG 9-Sep-08 20:35 
GeneralRe: how draw semi transparent object Pin
nattyting9-Sep-08 21:08
nattyting9-Sep-08 21:08 
GeneralRe: how draw semi transparent object Pin
SandipG 9-Sep-08 21:18
SandipG 9-Sep-08 21:18 
GeneralRe: how draw semi transparent object Pin
nattyting9-Sep-08 21:35
nattyting9-Sep-08 21:35 
GeneralRe: how draw semi transparent object Pin
nattyting10-Sep-08 20:47
nattyting10-Sep-08 20:47 
GeneralRe: how draw semi transparent object Pin
SandipG 10-Sep-08 23:05
SandipG 10-Sep-08 23:05 
Questionhow to remove border of web browser object Pin
only_jack9-Sep-08 10:34
only_jack9-Sep-08 10:34 
AnswerRe: how to remove border of web browser object Pin
Naveen9-Sep-08 14:04
Naveen9-Sep-08 14:04 
GeneralRe: how to remove border of web browser object Pin
only_jack10-Sep-08 6:08
only_jack10-Sep-08 6:08 

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.