6 pointer_default(unique)
11 /* MS-FSCC 2.4.33.1 */
12 typedef [public] struct {
13 uint32 next_entry_offset
;
16 } file_get_quota_info
;
19 typedef [public] struct {
20 uint32 next_entry_offset
;
24 hyper quota_threshold
;
27 } file_quota_information
;
30 interface smb2_query_quota
32 /* MS-SMB2 2.2.37.1 */
33 typedef [public] struct {
37 uint32 sid_list_length
;
38 uint32 start_sid_length
;
39 uint32 start_sid_offset
;
40 } smb2_query_quota_info
;
43 interface smb1_nt_transact_query_quota
45 /* MS-SMB 2.2.7.5.1 */
46 typedef [public] struct {
48 uint8 return_single_entry
;
50 uint32 sid_list_length
;
51 uint32 start_sid_length
;
52 uint32 start_sid_offset
;
53 } nttrans_query_quota_params
;