diff options
author | Günther Deschner <gd@samba.org> | 2009-07-17 15:38:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-07-17 15:40:06 +0200 |
commit | 11bea731aebc57a63e5fbc6bc0655b50a3815539 (patch) | |
tree | beff4460f04a03ee58d5a2ebfe547c93c7741173 /librpc/idl | |
parent | 3e661d4c8e1846d8f64fe029981fb7628e6211d8 (diff) | |
download | samba-11bea731aebc57a63e5fbc6bc0655b50a3815539.tar.gz samba-11bea731aebc57a63e5fbc6bc0655b50a3815539.tar.bz2 samba-11bea731aebc57a63e5fbc6bc0655b50a3815539.zip |
spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/spoolss.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index f37424634d..acfb54f923 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1683,7 +1683,10 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x28 */ - [todo] WERROR spoolss_CreatePrinterIC( + WERROR spoolss_CreatePrinterIC( + [in,ref] policy_handle *handle, + [out,ref] policy_handle *gdi_handle, + [in,ref] spoolss_DevmodeContainer *devmode_ctr ); /******************/ @@ -1693,7 +1696,8 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x2a */ - [todo] WERROR spoolss_DeletePrinterIC( + WERROR spoolss_DeletePrinterIC( + [in,out,ref] policy_handle *gdi_handle ); /******************/ |