riptide_cpp icon indicating copy to clipboard operation
riptide_cpp copied to clipboard

Finish handling mappingName in shared memory utilities

Open OrestZborowski-SIG opened this issue 4 years ago • 0 comments

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

OrestZborowski-SIG avatar Oct 13 '21 17:10 OrestZborowski-SIG