1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

rap: add IDL for rap_NetPrintQueue{Pause,Continue,Purge}.

it seems like they are not documented (at least not in MS-RAP).

Guenther
This commit is contained in:
Günther Deschner 2010-04-30 11:55:18 +02:00
parent 0f57a39916
commit 1cdb1a9df6

View File

@ -584,6 +584,27 @@ interface rap
[out] uint16 convert
);
/* not documented in MS-RAP */
[public] void rap_NetPrintQueuePause(
[in] astring PrintQueueName,
[out] uint16 status,
[out] uint16 convert
);
/* not documented in MS-RAP */
[public] void rap_NetPrintQueueResume(
[in] astring PrintQueueName,
[out] uint16 status,
[out] uint16 convert
);
/* not documented in MS-RAP */
[public] void rap_NetPrintQueuePurge(
[in] astring PrintQueueName,
[out] uint16 status,
[out] uint16 convert
);
/* Parameter description strings for RAP calls */
/* Names are defined name for RAP call with _REQ */
/* appended to end. */