another question about MouseProc
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
- Why should we use global data ( #pragma data_seg ... ...) in the "MouseProc" function to store information? - For example, I use MouseProc to get other process's main window title. I implement MouseProc in a Dll. And store the title (in MouseProc) in a global variable (#pragma data_seg ... ...). - I do not know why should we store other process's main window title in a global variable. Like what I have done. - Can you help? Can you show me an example? - Have a nice weekend, Maer