mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
2b43de2ed8
commit
069f0cc15b
@ -586,10 +586,10 @@ import "security.idl", "winreg.idl";
|
||||
[in] [string,charset(UTF16)] uint16 *server,
|
||||
[in] [string,charset(UTF16)] uint16 *environment,
|
||||
[in] uint32 level,
|
||||
/*[in,out,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverDirectoryInfo *info, */
|
||||
[in,out,unique] DATA_BLOB *data,
|
||||
[in] DATA_BLOB *buffer,
|
||||
[in] uint32 offered,
|
||||
[out,ref] uint32 *needed
|
||||
[out,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverDirectoryInfo *info,
|
||||
[out] uint32 needed
|
||||
);
|
||||
|
||||
/******************/
|
||||
|
@ -476,7 +476,7 @@ struct torture_suite *ndr_spoolss_suite(TALLOC_CTX *ctx)
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_FindClosePrinterNotify, FCPN_out_data, NDR_OUT, NULL );
|
||||
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinterDriverDirectory, getprinterdriverdir_in_data, NDR_IN, NULL );
|
||||
torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinterDriverDirectory, getprinterdriverdir_out_data, NDR_OUT, NULL );
|
||||
/* torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinterDriverDirectory, getprinterdriverdir_out_data, NDR_OUT, NULL ); */
|
||||
|
||||
/* torture_suite_add_ndr_pull_fn_test(suite, spoolss_AddPrinterDriverEx, addprinterdriverex_in_data, NDR_IN, NULL );*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user