mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
- Define FILE_USE_FILE_POINTER_POSITION and FILE_WRITE_TO_END_OF_FILE.
- Correct prototype of PFAST_IO_UNLOCK_ALL_BY_KEY. svn path=/trunk/; revision=10819
This commit is contained in:
parent
4ed49e10fb
commit
6244c47ebf
1 changed files with 4 additions and 1 deletions
|
@ -178,6 +178,9 @@ typedef struct _DRIVE_LAYOUT_INFORMATION_EX *PDRIVE_LAYOUT_INFORMATION_EX;
|
|||
#define FILE_EXISTS 0x00000004
|
||||
#define FILE_DOES_NOT_EXIST 0x00000005
|
||||
|
||||
#define FILE_USE_FILE_POINTER_POSITION 0xfffffffe
|
||||
#define FILE_WRITE_TO_END_OF_FILE 0xffffffff
|
||||
|
||||
/* also in winnt.h */
|
||||
#define FILE_LIST_DIRECTORY 0x00000001
|
||||
#define FILE_READ_DATA 0x00000001
|
||||
|
@ -2165,7 +2168,7 @@ typedef BOOLEAN DDKAPI
|
|||
typedef BOOLEAN DDKAPI
|
||||
(*PFAST_IO_UNLOCK_ALL_BY_KEY)(
|
||||
IN struct _FILE_OBJECT *FileObject,
|
||||
PVOID ProcessId,
|
||||
PEPROCESS ProcessId,
|
||||
ULONG Key,
|
||||
OUT PIO_STATUS_BLOCK IoStatus,
|
||||
IN struct _DEVICE_OBJECT *DeviceObject);
|
||||
|
|
Loading…
Reference in a new issue