4 miscellaneous IDL structures
8 pointer_default(unique)
10 interface smb2_lease_struct
13 * SMB2 lease structure (per MS-SMB2 2.2.13)
15 typedef [public] struct {
19 typedef [public,bitmap32bit
] bitmap
{
20 SMB2_LEASE_READ
= 0x01,
21 SMB2_LEASE_HANDLE
= 0x02,
22 SMB2_LEASE_WRITE
= 0x04
25 typedef [public] struct {
26 smb2_lease_key lease_key
;
27 smb2_lease_state lease_state
;
29 hyper lease_duration
; /* should be 0 */
30 smb2_lease_key parent_lease_key
;