Description: A global variable is set in DLL and other process can share the same variable. ProcessA changed the variable, then processB also can get changed value.
To Search:
File list (Check if you may need any files):
DllShareMem\DllMem\DllMem.dsp
...........\......\DllMem.dsw
...........\......\DllMem.ncb
...........\......\DllMem.opt
...........\......\DllMem.plg
...........\......\DllMem.positions
...........\......\ShareMem.cpp
...........\......\ShareMem.h
...........\DllMem
...........\DllShareMem.dsw
...........\DllShareMem.ncb
...........\DllShareMem.opt
...........\DllShareMem.positions
...........\output
...........\ProcessA\ProcessA.aps
...........\........\ProcessA.clw
...........\........\ProcessA.cpp
...........\........\ProcessA.dsp
...........\........\ProcessA.dsw
...........\........\ProcessA.h
...........\........\ProcessA.ncb
...........\........\ProcessA.opt
...........\........\ProcessA.plg
...........\........\ProcessA.rc
...........\........\ProcessADlg.cpp
...........\........\ProcessADlg.h
...........\........\ReadMe.txt
...........\........\res\ProcessA.ico
...........\........\...\ProcessA.rc2
...........\........\res
...........\........\resource.h
...........\........\StdAfx.cpp
...........\........\StdAfx.h
...........\ProcessA
...........\.......B\Debug
...........\........\ProcessB.aps
...........\........\ProcessB.clw
...........\........\ProcessB.cpp
...........\........\ProcessB.dsp
...........\........\ProcessB.h
...........\........\ProcessB.plg
...........\........\ProcessB.rc
...........\........\ProcessBDlg.cpp
...........\........\ProcessBDlg.h
...........\........\ReadMe.txt
...........\........\res\ProcessB.ico
...........\........\...\ProcessB.rc2
...........\........\res
...........\........\resource.h
...........\........\StdAfx.cpp
...........\........\StdAfx.h
...........\ProcessB
...........\说明.txt
DllShareMem