Closed gnh1201 closed 10 months ago
An operation is required to enable reading and writing of data in shared memory. This is commonly known in the Windows API through functions such as CreateFileMapping and MapViewOfFile.
CreateFileMapping
MapViewOfFile
Done
See also 6fe9d097a814cce965a61efc9b50696742e4da03 29a40ab83dfb5f2fb3758f5eb19426fe9de4419c fcd53969f1c10b42dcaaaec67dc0cdab79a98789
Summary
An operation is required to enable reading and writing of data in shared memory. This is commonly known in the Windows API through functions such as
CreateFileMapping
andMapViewOfFile
.Related links