示例#1
0
 public static extern IntPtr CreateFileMapping(
     IntPtr hFile,
     IntPtr lpAttributes,
     ProtectionFlags flProtect,
     uint dwMaxiumSizeHigh,
     uint dwMaximumSizeLow,
     [MarshalAs(UnmanagedType.LPTStr)]
     String lpName
     );
示例#2
0
 public static extern IntPtr CreateFileMapping(
     IntPtr hFile,
     IntPtr lpAttributes,
     ProtectionFlags flProtect,
     uint dwMaxiumSizeHigh,
     uint dwMaximumSizeLow,
     [MarshalAs(UnmanagedType.LPTStr)]
     String lpName
     );
示例#3
0
 public static extern IntPtr mmap(IntPtr addr, uint len, ProtectionFlags prot, MMapFlags flags, int fd, int offset);
示例#4
0
		public static extern IntPtr mmap(IntPtr addr, uint len, ProtectionFlags prot, MMapFlags flags, int fd, int offset);