tools
読み取り中…
検索中…
一致する文字列を見つけられません
connect.h ファイル

Windows 共有メモリ(名前付きファイルマッピング)通信クラス [詳解]

#include <windows.h>
#include <string>
#include <stdexcept>
connect.h の依存先関係図:

[ソースコード]

クラス

class  PConnect< T >
 名前付き共有メモリを介してプロセス間通信を行うテンプレートクラス [詳解]

詳解

Windows 共有メモリ(名前付きファイルマッピング)通信クラス

Windows の CreateFileMapping / OpenFileMapping API を使用して プロセス間共有メモリを確立し、任意の型のデータを読み書きします。

警告
このコードはまだテストされていません (y9INC: This code has not been tested yet)

connect.h に定義があります。