From c6dd81a15cbfb4241b5cfe6ced23b043d6779de8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 16 Oct 2007 11:16:35 +0200 Subject: r25663: Add frsapi_SetDsPollingIntervalW and frsapi_GetDsPollingIntervalW idl. Guenther (This used to be commit 109e05b5117b1722a190765f84563cea24273de1) --- source4/librpc/idl/frsapi.idl | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl index 07a26bb516..c09acdaf92 100644 --- a/source4/librpc/idl/frsapi.idl +++ b/source4/librpc/idl/frsapi.idl @@ -25,11 +25,19 @@ interface frsapi /****************/ /* Function 0x04 */ - void FRSAPI_SET_DS_POLLING_INTERVAL_W(); + WERROR frsapi_SetDsPollingIntervalW( + [in] uint32 CurrentInterval, + [in] uint32 DsPollingLongInterval, + [in] uint32 DsPollingShortInterval + ); - /****************/ - /* Function 0x05 */ - void FRSAPI_GET_DS_POLLING_INTERVAL_W(); + /****************/ + /* Function 0x05 */ + WERROR frsapi_GetDsPollingIntervalW( + [out] uint32 CurrentInterval, + [out] uint32 DsPollingLongInterval, + [out] uint32 DsPollingShortInterval + ); /****************/ /* Function 0x06 */ -- cgit