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:
parent
256b839ecc
commit
c6dd81a15c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user