Exemple #1
0
 private static extern IntPtr CreateFileMappingW(IntPtr hFile, SECURITY_ATTRIBUTES lpAttributes, [In, MarshalAs(UnmanagedType.U4)] MemProtection flProtect, int dwMaximumSizeHi, int dwMaximumSizeLo, string lpName);
Exemple #2
0
 private static extern IntPtr CreateFileMappingW(IntPtr hFile, SECURITY_ATTRIBUTES lpAttributes, [In, MarshalAs(UnmanagedType.U4)] MemProtection flProtect, int dwMaximumSizeHi, int dwMaximumSizeLo, string lpName);