11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
interface SENSNotify
|
|
{
|
|
[comm_status, fault_status] RPC_SensNotifyWinlogonEvent();
|
|
|
|
[comm_status, fault_status] RPC_SensNotifyRasEvent();
|
|
|
|
[comm_status, fault_status] RPC_SensNotifyNetconEvent();
|
|
|
|
[comm_status, fault_status] RPC_SyncMgrExecCmd();
|
|
}
|