diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/rap.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 8035327fee..b8b2e954a4 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -628,6 +628,16 @@ interface rap [out,switch_is(level)] rap_printj_info info[count] ); + [public] void rap_NetPrintJobGetInfo( + [in] uint16 JobID, + [in] uint16 level, + [in] uint16 bufsize, + [out] rap_status status, + [out] uint16 convert, + [out] uint16 available, + [out,switch_is(level)] rap_printj_info info + ); + /* Parameter description strings for RAP calls */ /* Names are defined name for RAP call with _REQ */ /* appended to end. */ |