1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

rap: add rap_NetPrintDestGetInfo to IDL.

Guenther
This commit is contained in:
Günther Deschner 2010-05-04 15:23:53 +02:00
parent 990361a38c
commit ab1d9a923c

View File

@ -734,6 +734,18 @@ interface rap
[out,switch_is(level)] rap_printdest_info info[count]
);
/* not documented in MS-RAP */
[public] void rap_NetPrintDestGetInfo(
[in] astring PrintDestName,
[in] uint16 level,
[in] uint16 bufsize,
[out] rap_status status,
[out] uint16 convert,
[out] uint16 available,
[out,switch_is(level)] rap_printdest_info info
);
/* Parameter description strings for RAP calls */
/* Names are defined name for RAP call with _REQ */
/* appended to end. */