XxReaperxX
Programmer
Hey there, i'm looking to convert VC++ code into Borland for a specific class and I've come across this line
MSG& msg = AfxGetThreadState()->m_lastSentMsg;
My question is what can i replace this with in borland to get the same effect filling msg with the proper info.
Vinh
Thx
MSG& msg = AfxGetThreadState()->m_lastSentMsg;
My question is what can i replace this with in borland to get the same effect filling msg with the proper info.
Vinh
Thx