Click here to Skip to main content
15,905,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: empty Pin
David Crow13-Mar-06 8:50
David Crow13-Mar-06 8:50 
QuestionRe: empty Pin
cuteee13-Mar-06 11:13
cuteee13-Mar-06 11:13 
QuestionRe: empty Pin
David Crow13-Mar-06 14:36
David Crow13-Mar-06 14:36 
QuestionDMI EDITOR Pin
honae13-Mar-06 7:24
honae13-Mar-06 7:24 
Questionerror log Pin
cuteee13-Mar-06 7:18
cuteee13-Mar-06 7:18 
AnswerRe: error log Pin
David Crow13-Mar-06 7:56
David Crow13-Mar-06 7:56 
GeneralRe: error log Pin
Wes Aday13-Mar-06 9:18
professionalWes Aday13-Mar-06 9:18 
QuestionWhat does this code snippet mean? Pin
redfish3413-Mar-06 7:03
redfish3413-Mar-06 7:03 
I am trying to port a C++ code project to C#. I am stuck on this code snippet. Can you please tell me what the DWORD RESERVED[2] means in the following struct? I have never seen anything like it before. It looks like a mixture of number and array.

struct TRAYDATA
{
HWND hwnd;
UINT uID;
UINT uCallbackMessage;
DWORD Reserved[2];
HICON hIcon;
};
AnswerRe: What does this code snippet mean? Pin
James R. Twine13-Mar-06 7:08
James R. Twine13-Mar-06 7:08 
GeneralThanks! Pin
redfish3414-Mar-06 6:31
redfish3414-Mar-06 6:31 
QuestionVC++ 6.0 Pin
thierrypp13-Mar-06 6:12
thierrypp13-Mar-06 6:12 
AnswerRe: VC++ 6.0 Pin
toxcct13-Mar-06 6:18
toxcct13-Mar-06 6:18 
AnswerRe: VC++ 6.0 Pin
Michael Dunn13-Mar-06 11:17
sitebuilderMichael Dunn13-Mar-06 11:17 
QuestionHelp needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
yongwpi13-Mar-06 6:10
yongwpi13-Mar-06 6:10 
AnswerRe: Help needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
toxcct13-Mar-06 6:20
toxcct13-Mar-06 6:20 
GeneralRe: Help needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
yongwpi13-Mar-06 6:42
yongwpi13-Mar-06 6:42 
AnswerRe: Help needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
Eytukan13-Mar-06 20:46
Eytukan13-Mar-06 20:46 
GeneralRe: Help needed: error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl voidtry(int)" (__imp_?voidtry@@YAXH@Z) referenced in function _main Pin
yongwpi15-Mar-06 17:07
yongwpi15-Mar-06 17:07 
Questionmysql and vc++6 Pin
viperlogic13-Mar-06 6:07
viperlogic13-Mar-06 6:07 
AnswerRe: mysql and vc++6 Pin
viperlogic13-Mar-06 6:14
viperlogic13-Mar-06 6:14 
GeneralRe: mysql and vc++6 Pin
Hardy_Smith13-Mar-06 6:21
Hardy_Smith13-Mar-06 6:21 
GeneralRe: mysql and vc++6 Pin
viperlogic13-Mar-06 6:32
viperlogic13-Mar-06 6:32 
GeneralRe: mysql and vc++6 Pin
Hardy_Smith13-Mar-06 6:45
Hardy_Smith13-Mar-06 6:45 
GeneralRe: mysql and vc++6 Pin
viperlogic13-Mar-06 7:08
viperlogic13-Mar-06 7:08 
QuestionReading contents of other apps Window Pin
Hardy_Smith13-Mar-06 5:53
Hardy_Smith13-Mar-06 5:53 

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.