mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
spoolss.idl: align spoolss_DriverFileInfo relative pointer to 4 byte
metze Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 1 02:12:37 CET 2011 on sn-devel-104
This commit is contained in:
parent
341330600a
commit
db11e6505e
@ -1560,7 +1560,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
|
||||
spoolss_DriverOSVersion version;
|
||||
[relative] nstring *driver_name;
|
||||
[relative] nstring *architecture;
|
||||
[relative] [size_is(file_count)] spoolss_DriverFileInfo *file_info;
|
||||
[relative,size_is(file_count),flag(NDR_ALIGN4)] spoolss_DriverFileInfo *file_info;
|
||||
uint32 file_count;
|
||||
[relative] nstring *monitor_name;
|
||||
[relative] nstring *default_datatype;
|
||||
|
Loading…
x
Reference in New Issue
Block a user