Changeset 204 for branches/samba-3.2.x/source/include/smb.h
- Timestamp:
- May 20, 2009, 6:46:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/smb.h
r137 r204 1378 1378 #define FILE_OPEN_BY_FILE_ID 0x2000 1379 1379 1380 /* Private create options used by the ntcreatex processing code. From Samba4. */ 1381 #define NTCREATEX_OPTIONS_PRIVATE_DENY_DOS 0x01000000 1382 #define NTCREATEX_OPTIONS_PRIVATE_DENY_FCB 0x02000000 1380 #define NTCREATEX_OPTIONS_MUST_IGNORE_MASK (0x008F0480) 1381 1382 #define NTCREATEX_OPTIONS_INVALID_PARAM_MASK (0xFF100030) 1383 1384 /* 1385 * Private create options used by the ntcreatex processing code. From Samba4. 1386 * We reuse some ignored flags for private use. 1387 */ 1388 #define NTCREATEX_OPTIONS_PRIVATE_DENY_DOS 0x00010000 1389 #define NTCREATEX_OPTIONS_PRIVATE_DENY_FCB 0x00020000 1383 1390 1384 1391 /* Private options for streams support */ 1385 #define NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETE 0x0 40000001392 #define NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETE 0x00040000 1386 1393 1387 1394 /* Responses when opening a file. */
Note:
See TracChangeset
for help on using the changeset viewer.