mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
winreg: Add hyper REG_QWORD to parsing routines
This will be useful when exporting registry.pol files. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
6d52ef8dcf
commit
ea297d0ce3
@ -75,6 +75,7 @@ interface misc
|
||||
[case(REG_DWORD)] uint32 value;
|
||||
[case(REG_DWORD_BIG_ENDIAN),flag(NDR_BIG_ENDIAN)] uint32 value;
|
||||
[case(REG_MULTI_SZ)] nstring_array string_array;
|
||||
[case(REG_QWORD)] hyper qword;
|
||||
[default,flag(NDR_REMAINING)] DATA_BLOB data;
|
||||
} winreg_Data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user