Changeset 740 for vendor/current/source3/include/ntioctl.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/ntioctl.h
r414 r740 39 39 #define FSCTL_GET_COMPRESSION 0x0009003C 40 40 #define FSCTL_SET_COMPRESSION 0x0009C040 41 #define FSCTL_IS_VOLUME_DIRTY 0x00090078 41 42 #define FSCTL_REQUEST_FILTER_OPLOCK 0x0009008C 42 43 #define FSCTL_FIND_FILES_BY_SID 0x0009008F … … 77 78 typedef char SHADOW_COPY_LABEL[25]; 78 79 79 typedef struct shadow_copy_data { 80 TALLOC_CTX *mem_ctx; 80 struct shadow_copy_data { 81 81 /* Total number of shadow volumes currently mounted */ 82 82 uint32 num_volumes; 83 83 /* Concatenated list of labels */ 84 84 SHADOW_COPY_LABEL *labels; 85 } SHADOW_COPY_DATA;85 }; 86 86 87 87
Note:
See TracChangeset
for help on using the changeset viewer.