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

C / C++ / MFC

 
GeneralRe: GetWindowText problem [modified] Pin
prasad_som1-Sep-06 1:34
prasad_som1-Sep-06 1:34 
GeneralRe: GetWindowText problem Pin
ThatsAlok1-Sep-06 0:36
ThatsAlok1-Sep-06 0:36 
GeneralRe: GetWindowText problem Pin
matijsmoest1-Sep-06 1:08
matijsmoest1-Sep-06 1:08 
AnswerRe: GetWindowText problem Pin
Michael Dunn1-Sep-06 5:55
sitebuilderMichael Dunn1-Sep-06 5:55 
QuestionTabControl Pin
sheshidar31-Aug-06 23:00
sheshidar31-Aug-06 23:00 
QuestionCode Coverage tool for wxDevC++ Pin
Pavan Rao31-Aug-06 22:48
Pavan Rao31-Aug-06 22:48 
QuestionStructure??? Pin
Programm3r31-Aug-06 22:47
Programm3r31-Aug-06 22:47 
AnswerRe: Structure??? [modified] Pin
toxcct31-Aug-06 22:54
toxcct31-Aug-06 22:54 
Programm3r wrote:
void (*app_cb) (TFM_PARAM3 TfmParameters);


this declares a pointer to a function which gets a TFM_PARAM3 as a parameter, and returns nothing. this function pointer is called app_cb in your structure.

to use it, you can do this :

void Foo (TFM_PARAM3);
 
TFM_PARAM2 myStruct;

myStruct.app_cb = &Foo;





TOXCCT >>> GEII power

[VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]

GeneralRe: Structure??? Pin
Programm3r31-Aug-06 23:02
Programm3r31-Aug-06 23:02 
GeneralRe: Structure??? Pin
MayankT1-Sep-06 0:23
MayankT1-Sep-06 0:23 
GeneralRe: Structure??? Pin
lemur21-Sep-06 1:20
lemur21-Sep-06 1:20 
GeneralRe: Structure??? Pin
MayankT1-Sep-06 2:00
MayankT1-Sep-06 2:00 
GeneralRe: Structure??? Pin
toxcct1-Sep-06 2:01
toxcct1-Sep-06 2:01 
GeneralRe: Structure??? Pin
MayankT1-Sep-06 2:08
MayankT1-Sep-06 2:08 
GeneralRe: Structure??? Pin
toxcct1-Sep-06 2:20
toxcct1-Sep-06 2:20 
GeneralRe: Structure??? Pin
toxcct1-Sep-06 1:49
toxcct1-Sep-06 1:49 
QuestionRe: Structure??? Pin
prasad_som31-Aug-06 22:56
prasad_som31-Aug-06 22:56 
GeneralRe: Structure??? Pin
Programm3r31-Aug-06 23:04
Programm3r31-Aug-06 23:04 
QuestionTemplate classes Pin
Waldermort31-Aug-06 22:33
Waldermort31-Aug-06 22:33 
AnswerRe: Template classes Pin
toxcct31-Aug-06 22:40
toxcct31-Aug-06 22:40 
GeneralRe: Template classes Pin
Waldermort31-Aug-06 22:45
Waldermort31-Aug-06 22:45 
GeneralRe: Template classes Pin
Waldermort31-Aug-06 22:53
Waldermort31-Aug-06 22:53 
GeneralRe: Template classes Pin
toxcct31-Aug-06 22:56
toxcct31-Aug-06 22:56 
GeneralRe: Template classes Pin
Waldermort31-Aug-06 23:06
Waldermort31-Aug-06 23:06 
GeneralRe: Template classes Pin
toxcct31-Aug-06 23:08
toxcct31-Aug-06 23: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.