Click here to Skip to main content
16,010,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTabCtrl and TCIF_PARAM ( brain dead q. of the day) Pin
Neville Franks11-Jan-05 13:53
Neville Franks11-Jan-05 13:53 
GeneralList Control Question Pin
Tom Wright11-Jan-05 8:57
Tom Wright11-Jan-05 8:57 
GeneralRe: List Control Question Pin
Blake Miller11-Jan-05 12:11
Blake Miller11-Jan-05 12:11 
Questionwhat does IN mean when declaring variables? Pin
scottwalk11-Jan-05 8:44
scottwalk11-Jan-05 8:44 
AnswerRe: what does IN mean when declaring variables? Pin
Tom Wright11-Jan-05 8:49
Tom Wright11-Jan-05 8:49 
GeneralRe: what does IN mean when declaring variables? Pin
scottwalk11-Jan-05 8:52
scottwalk11-Jan-05 8:52 
GeneralRe: what does IN mean when declaring variables? Pin
Tom Wright11-Jan-05 9:02
Tom Wright11-Jan-05 9:02 
AnswerRe: what does IN mean when declaring variables? Pin
David Crow11-Jan-05 8:57
David Crow11-Jan-05 8:57 
scottwalk wrote:
What is the purpose of IN, OUT?

Basically it indicates when the variables will contain valid information. IN indicates that the variable has valid information when calling the function; OUT indicates that the variable will have valid information after the called function returns.

See "pass by reference" and "pass by value" for related information.


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: what does IN mean when declaring variables? Pin
scottwalk11-Jan-05 9:56
scottwalk11-Jan-05 9:56 
GeneralSpecial Character with TextOut Pin
Anonymous11-Jan-05 8:17
Anonymous11-Jan-05 8:17 
GeneralRe: Special Character with TextOut Pin
basementman11-Jan-05 8:56
basementman11-Jan-05 8:56 
GeneralMemory Management across DLLs Pin
Member 155768211-Jan-05 8:10
Member 155768211-Jan-05 8:10 
GeneralRe: Memory Management across DLLs Pin
Blake Miller11-Jan-05 12:16
Blake Miller11-Jan-05 12:16 
GeneralRe: Memory Management across DLLs Pin
12-Jan-05 13:28
suss12-Jan-05 13:28 
GeneralRe: Memory Management across DLLs Pin
Bo Hunter12-Jan-05 13:25
Bo Hunter12-Jan-05 13:25 
GeneralRe: Memory Management across DLLs Pin
digwizfox13-Jan-05 7:39
digwizfox13-Jan-05 7:39 
GeneralCommand Line String Replacer Pin
Joel Holdsworth11-Jan-05 7:40
Joel Holdsworth11-Jan-05 7:40 
GeneralRe: Command Line String Replacer Pin
David Crow11-Jan-05 8:58
David Crow11-Jan-05 8:58 
GeneralRe: Command Line String Replacer Pin
basementman11-Jan-05 9:15
basementman11-Jan-05 9:15 
GeneralRe: Command Line String Replacer Pin
Axter11-Jan-05 12:35
professionalAxter11-Jan-05 12:35 
GeneralRe: Command Line String Replacer Pin
basementman12-Jan-05 3:35
basementman12-Jan-05 3:35 
GeneralRe: Command Line String Replacer Pin
Joel Holdsworth12-Jan-05 2:28
Joel Holdsworth12-Jan-05 2:28 
GeneralRe: Debug Question Pin
BlackDice11-Jan-05 7:27
BlackDice11-Jan-05 7:27 
GeneralSimple question - Threads and Timers Pin
no_reg_name11-Jan-05 5:36
no_reg_name11-Jan-05 5:36 
GeneralRe: Simple question - Threads and Timers Pin
ThatsAlok11-Jan-05 6:45
ThatsAlok11-Jan-05 6: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.