|
tools
|
Windows 共有メモリ(名前付きファイルマッピング)通信クラス [詳解]
#include <windows.h>#include <string>#include <stdexcept>クラス | |
| class | PConnect< T > |
| 名前付き共有メモリを介してプロセス間通信を行うテンプレートクラス [詳解] | |
Windows 共有メモリ(名前付きファイルマッピング)通信クラス
Windows の CreateFileMapping / OpenFileMapping API を使用して プロセス間共有メモリを確立し、任意の型のデータを読み書きします。
connect.h に定義があります。