mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
librpc/ndr: add [to_null] keyword to szPackageId in spoolss_CorePrinterDriver.
Guenther Signed-off-by: Guenther Deschner <gd@samba.org Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
56255c1c60
commit
db7b812149
@ -3288,7 +3288,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
|
||||
GUID core_driver_guid;
|
||||
NTTIME driver_date;
|
||||
hyper driver_version;
|
||||
[charset(UTF16)] uint16 szPackageID[260];
|
||||
[charset(UTF16),to_null] uint16 szPackageID[260];
|
||||
} spoolss_CorePrinterDriver;
|
||||
|
||||
[public] HRESULT spoolss_GetCorePrinterDrivers(
|
||||
|
Loading…
Reference in New Issue
Block a user