mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
add defines for ByteOffset parameter
svn path=/trunk/; revision=224
This commit is contained in:
parent
3315d25a64
commit
9e65542bad
1 changed files with 6 additions and 0 deletions
|
@ -242,6 +242,12 @@ enum
|
|||
#define FILE_EXISTS 0x0004
|
||||
#define FILE_DOES_NOT_EXIST 0x0005
|
||||
|
||||
/*
|
||||
* ByteOffset parameter : special values
|
||||
*/
|
||||
|
||||
#define FILE_WRITE_TO_END_OF_FILE 0xffffffff
|
||||
#define FILE_USE_FILE_POINTER_POSITION 0xfffffffe
|
||||
|
||||
/*
|
||||
* file creation flags
|
||||
|
|
Loading…
Reference in a new issue