Click here to Skip to main content
15,888,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDialog from CHTMLView Pin
Frank Deo23-Jan-04 6:50
Frank Deo23-Jan-04 6:50 
GeneralServer 2003 DDK, ZMODEM Pin
Shahin7723-Jan-04 6:41
Shahin7723-Jan-04 6:41 
GeneralRe: Server 2003 DDK, ZMODEM Pin
Alexander M.,24-Jan-04 7:49
Alexander M.,24-Jan-04 7:49 
GeneralRe: Server 2003 DDK, ZMODEM Pin
Shahin7724-Jan-04 8:30
Shahin7724-Jan-04 8:30 
GeneralMFC main thread return codes Pin
Dominik Reichl23-Jan-04 6:23
Dominik Reichl23-Jan-04 6:23 
GeneralRe: MFC main thread return codes Pin
Michael Dunn23-Jan-04 6:27
sitebuilderMichael Dunn23-Jan-04 6:27 
GeneralRe: MFC main thread return codes Pin
J. Eric Vaughan23-Jan-04 8:54
J. Eric Vaughan23-Jan-04 8:54 
GeneralRe: MFC main thread return codes Pin
Antti Keskinen23-Jan-04 22:49
Antti Keskinen23-Jan-04 22:49 
The thread return value is determined by the parameter passed to the PostQuitMessage function. In most of the cases, these return values are determined automatically, although you can change that behaviour by overriding the WM_QUIT message handler. The exit value is carried in the WPARAM parameter of the handler.

The return codes are used only to give information of the state in which the application exited. In order to determine the value, you must step through your code to the point where the application terminates and see why it quitted.

As the return values are developer-specific (excluding certain constant values like TRUE & FALSE), there is no comprehensive list.

-Antti Keskinen



----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralSQL and Windows Database Programming Pin
valikac23-Jan-04 6:11
valikac23-Jan-04 6:11 
GeneralRe: SQL and Windows Database Programming Pin
Michael P Butler23-Jan-04 7:05
Michael P Butler23-Jan-04 7:05 
GeneralRe: SQL and Windows Database Programming Pin
l a u r e n23-Jan-04 14:36
l a u r e n23-Jan-04 14:36 
Generalvoice masking ...plz help Pin
30jenny23-Jan-04 4:01
30jenny23-Jan-04 4:01 
GeneralRe: voice masking ...plz help Pin
Xander8023-Jan-04 4:10
Xander8023-Jan-04 4:10 
GeneralUsing a RecordView in Dialog Pin
Calder23-Jan-04 4:01
Calder23-Jan-04 4:01 
GeneralRe: Using a RecordView in Dialog Pin
David Crow23-Jan-04 7:22
David Crow23-Jan-04 7:22 
GeneralRe: Using a RecordView in Dialog Pin
Calder23-Jan-04 7:38
Calder23-Jan-04 7:38 
GeneralRe: Using a RecordView in Dialog Pin
David Crow23-Jan-04 8:13
David Crow23-Jan-04 8:13 
GeneralRe: Using a RecordView in Dialog Pin
Calder23-Jan-04 8:24
Calder23-Jan-04 8:24 
GeneralRe: Using a RecordView in Dialog Pin
David Crow23-Jan-04 9:11
David Crow23-Jan-04 9:11 
GeneralRe: Using a RecordView in Dialog Pin
Calder23-Jan-04 9:25
Calder23-Jan-04 9:25 
GeneralRe: Using a RecordView in Dialog Pin
David Crow23-Jan-04 9:31
David Crow23-Jan-04 9:31 
GeneralRe: Using a RecordView in Dialog Pin
Calder23-Jan-04 10:01
Calder23-Jan-04 10:01 
GeneralRe: Using a RecordView in Dialog Pin
David Crow23-Jan-04 10:14
David Crow23-Jan-04 10:14 
GeneralDialog dissapears... ? Pin
Calder23-Jan-04 11:51
Calder23-Jan-04 11:51 
GeneralRe: Dialog dissapears... ? Pin
David Crow26-Jan-04 2:22
David Crow26-Jan-04 2:22 

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.