2006-08-16 18:49:22 +04:00
[
uuid("d049b186-814f-11d1-9a3c-00c04fc9b232"),
version(1.1),
endpoint("ncacn_ip_tcp:", "ncalrpc:"),
helpstring("File Replication API"),
2006-09-19 01:52:00 +04:00
pointer_default(unique)
2006-08-16 18:49:22 +04:00
]
interface frsapi
{
/****************/
/* Function 0x00 */
void FRSAPI_VERIFY_PROMOTION();
/****************/
/* Function 0x01 */
void FRSAPI_PROMOTION_STATUS();
/****************/
/* Function 0x02 */
void FRSAPI_START_DEMOTION();
/****************/
/* Function 0x03 */
void FRSAPI_COMMIT_DEMOTION();
/****************/
/* Function 0x04 */
2007-10-16 13:16:35 +04:00
WERROR frsapi_SetDsPollingIntervalW(
[in] uint32 CurrentInterval,
[in] uint32 DsPollingLongInterval,
[in] uint32 DsPollingShortInterval
);
2006-08-16 18:49:22 +04:00
2007-10-16 13:16:35 +04:00
/****************/
/* Function 0x05 */
WERROR frsapi_GetDsPollingIntervalW(
[out] uint32 CurrentInterval,
[out] uint32 DsPollingLongInterval,
[out] uint32 DsPollingShortInterval
);
2006-08-16 18:49:22 +04:00
/****************/
/* Function 0x06 */
void FRSAPI_VERIFY_PROMOTION_W();
/****************/
/* Function 0x07 */
2007-10-16 13:12:41 +04:00
typedef enum {
FRSAPI_INFO_VERSION = 0,
FRSAPI_INFO_SETS = 1,
FRSAPI_INFO_DS = 2,
FRSAPI_INFO_MEMORY = 3,
FRSAPI_INFO_IDTABLE = 4,
FRSAPI_INFO_OUTLOG = 5,
FRSAPI_INFO_INLOG = 6,
FRSAPI_INFO_THREADS = 7,
FRSAPI_INFO_STAGE = 8,
FRSAPI_INFO_CONFIGTABLE = 9
} frsapi_InfoEnum;
2006-08-16 18:49:22 +04:00
void FRSAPI_INFO_W();
/****************/
/* Function 0x08 */
void FRSAPI_IS_PATH_REPLICATED();
/****************/
/* Function 0x09 */
void FRSAPI_WRITER_COMMAND();
}