windows-nt/Source/XPSP1/NT/com/mobile/sens/conn/idl/api.acf
2020-09-26 16:20:57 +08:00

9 lines
204 B
Plaintext

interface SensApi
{
[comm_status, fault_status] RPC_IsNetworkAlive();
[comm_status, fault_status] RPC_IsDestinationReachableW();
[comm_status, fault_status] RPC_IsDestinationReachableA();
}