コード例 #1
0
 protected static extern IntPtr CreateFileMapping(uint hFile,
                                                  IntPtr lpAttributes, enumProtect flProtect,
                                                  uint dwMaximumSizeHigh, uint dwMaximumSizeLow, string lpName);
コード例 #2
0
ファイル: Listener.cs プロジェクト: SayHalou/ospy
 protected static extern IntPtr CreateFileMapping(uint hFile,
   IntPtr lpAttributes, enumProtect flProtect,
   uint dwMaximumSizeHigh, uint dwMaximumSizeLow, string lpName);