예제 #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);