diff options
Diffstat (limited to 'source/include/trans2.h')
-rw-r--r-- | source/include/trans2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/include/trans2.h b/source/include/trans2.h index 2e086510e6e..6b381d6c2ce 100644 --- a/source/include/trans2.h +++ b/source/include/trans2.h @@ -337,6 +337,13 @@ Byte offset Type name description #define SMB_UID_NO_CHANGE 0xFFFFFFFF #define SMB_GID_NO_CHANGE 0xFFFFFFFF +#define SMB_SIZE_NO_CHANGE_LO 0xFFFFFFFF +#define SMB_SIZE_NO_CHANGE_HI 0xFFFFFFFF + +#define SMB_TIME_NO_CHANGE_LO 0xFFFFFFFF +#define SMB_TIME_NO_CHANGE_HI 0xFFFFFFFF + + /* Offset Size Name 0 LARGE_INTEGER EndOfFile File size |