Exemplo n.º 1
0
 public static extern IntPtr OpenFileMapping(SectionAccessFlags dwDesiredAccess, bool bInheritHandle,
     [MarshalAs(UnmanagedType.LPStr)] string lpName);
Exemplo n.º 2
0
 public static extern IntPtr OpenFileMapping(SectionAccessFlags dwDesiredAccess, bool bInheritHandle,
                                             [MarshalAs(UnmanagedType.LPStr)] string lpName);
Exemplo n.º 3
0
 public static extern IntPtr MapViewOfFile(IntPtr hFileMappingObject,
     SectionAccessFlags dwDesiredAccess, int dwFileOffsetHigh, int dwFileOffsetLow,
     IntPtr dwNumberOfBytesToMap);
Exemplo n.º 4
0
 public static extern IntPtr MapViewOfFile(IntPtr hFileMappingObject,
                                           SectionAccessFlags dwDesiredAccess, int dwFileOffsetHigh, int dwFileOffsetLow,
                                           IntPtr dwNumberOfBytesToMap);