1
0
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:
Garming Sam 2018-04-16 13:48:16 +12:00 committed by Andrew Bartlett
parent 6d52ef8dcf
commit ea297d0ce3

View File

@ -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;