gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine

Home Page:https://catswords.social/@catswords_oss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Toolkit] Access to a shared memory (Memory based IPC in Windows)

gnh1201 opened this issue · comments

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 and MapViewOfFile.

Related links