Changeset 37600 in vbox
- Timestamp:
- Jun 22, 2011 10:05:01 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp
r37596 r37600 5 5 6 6 /* 7 * Copyright (C) 2009 Oracle Corporation7 * Copyright (C) 2009-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 60 60 61 61 /** @todo resolve dynamically to avoid dragging in NtDll? */ 62 NTSTATUS Status = NtSetInformationFile( RTFileToNative(hFile),62 NTSTATUS Status = NtSetInformationFile(hFile, 63 63 &IoStatusBlock, 64 64 &Info,
Note:
See TracChangeset
for help on using the changeset viewer.