This commit is contained in:
2015-10-06 18:28:06 +01:00
parent fa64ba56c6
commit 4aef27f3d3
2 changed files with 6 additions and 2 deletions

View File

@@ -12,8 +12,7 @@ namespace DiscImageChef.Devices.Windows
[MarshalAs(UnmanagedType.U4)] FileAccess access,
[MarshalAs(UnmanagedType.U4)] FileShare share,
IntPtr securityAttributes, // optional SECURITY_ATTRIBUTES struct or IntPtr.Zero
//[MarshalAs(UnmanagedType.U4)] FileMode creationDisposition,
uint creationDisposition,
[MarshalAs(UnmanagedType.U4)] FileMode creationDisposition,
[MarshalAs(UnmanagedType.U4)] FileAttributes flagsAndAttributes,
IntPtr templateFile);