diff options
author | Günther Deschner <gd@samba.org> | 2007-10-16 13:44:43 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:06 +0100 |
commit | 8071c56ac20daff2919af21ff0090c247501f152 (patch) | |
tree | 4231c005f015393ca3f055f03f0be3220dca0e95 /source4/librpc/idl | |
parent | 5e6372460c8f52964f84e56d0c34479e1b1a1a9e (diff) | |
download | samba-8071c56ac20daff2919af21ff0090c247501f152.tar.gz samba-8071c56ac20daff2919af21ff0090c247501f152.tar.bz2 samba-8071c56ac20daff2919af21ff0090c247501f152.zip |
r25667: Start on frsapi testsuite.
Guenther
(This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/frsapi.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl index 2f8e1ba9df..d75be0ec04 100644 --- a/source4/librpc/idl/frsapi.idl +++ b/source4/librpc/idl/frsapi.idl @@ -29,14 +29,18 @@ interface frsapi /****************/ /* Function 0x04 */ + + /* The DsPollingLongInterval and DsPollingShortInterval attributes + represent registry attributes below HKLM\System\CCS\Services\NtFrs */ + WERROR frsapi_SetDsPollingIntervalW( [in] uint32 CurrentInterval, [in] uint32 DsPollingLongInterval, [in] uint32 DsPollingShortInterval ); - /****************/ - /* Function 0x05 */ + /****************/ + /* Function 0x05 */ WERROR frsapi_GetDsPollingIntervalW( [out] uint32 *CurrentInterval, [out] uint32 *DsPollingLongInterval, |