I am using the tutorial on this MSDN link to implement a way of transferring data from one process to another. Although I was advised in an earlier question to use the Pipe meth
Ensure the Global name is unique; this can be done with a tool named Process Explorer.
If not unique, this would typically fail with Error code 6 (The handle is invalid) upon calling CreateFileMappinng
Note: Consider naming your FileMapping using a GUID (File -> Tools > Create GUID) within Visual Studio