summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/frsapi.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/frsapi.idl')
-rw-r--r--source4/librpc/idl/frsapi.idl8
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,