Changeset 745 for trunk/server/source3/include/trans2.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/include/trans2.h
r414 r745 295 295 #define SMB_FILE_NAME_INFORMATION 1009 296 296 #define SMB_FILE_RENAME_INFORMATION 1010 297 #define SMB2_FILE_RENAME_INFORMATION_INTERNAL 0xFF0A /* Internal mapped version. */ 297 298 #define SMB_FILE_LINK_INFORMATION 1011 298 299 #define SMB_FILE_NAMES_INFORMATION 1012 … … 334 335 #define SMB_FS_OBJECTID_INFORMATION 1008 335 336 337 /* SMB_FS_DEVICE_INFORMATION device types. */ 338 #define FILE_DEVICE_CD_ROM 0x2 339 #define FILE_DEVICE_DISK 0x7 340 341 /* SMB_FS_DEVICE_INFORMATION characteristics. */ 342 #define FILE_REMOVABLE_MEDIA 0x001 343 #define FILE_READ_ONLY_DEVICE 0x002 344 #define FILE_FLOPPY_DISKETTE 0x004 345 #define FILE_WRITE_ONCE_MEDIA 0x008 346 #define FILE_REMOTE_DEVICE 0x010 347 #define FILE_DEVICE_IS_MOUNTED 0x020 348 #define FILE_VIRTUAL_VOLUME 0x040 349 #define FILE_DEVICE_SECURE_OPEN 0x100 350 336 351 /* flags on trans2 findfirst/findnext that control search */ 337 352 #define FLAG_TRANS2_FIND_CLOSE 0x1 … … 651 666 652 667 8 bytes unsigned[] - list of GIDs (may be empty) 653 DOM_SID[] - list of SIDs (may be empty)668 struct dom_sid[] - list of SIDs (may be empty) 654 669 */ 655 670
Note:
See TracChangeset
for help on using the changeset viewer.