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

r25663: Add frsapi_SetDsPollingIntervalW and frsapi_GetDsPollingIntervalW idl.

Guenther
(This used to be commit 109e05b511)
This commit is contained in:
Günther Deschner 2007-10-16 11:16:35 +02:00 committed by Stefan Metzmacher
parent 256b839ecc
commit c6dd81a15c

View File

@ -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 */