riptide_cpp
riptide_cpp copied to clipboard
Finish handling mappingName in shared memory utilities
The UtilMappedViewWriteBegin() and UtilMappedViewReadBegin() functions have incomplete (and undefined) code that attempts to use the mappingName in the CreateFileMapping() call. This should be implemented properly so that permissions problems can be surfaced more easily.
Originally posted by @OrestZborowski-SIG in https://github.com/rtosholdings/riptide_cpp/pull/45#r690633513