windows-nt/Source/XPSP1/NT/com/mobile/sens/conn/idl/api.acf

9 lines
204 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
interface SensApi
{
[comm_status, fault_status] RPC_IsNetworkAlive();
[comm_status, fault_status] RPC_IsDestinationReachableW();
[comm_status, fault_status] RPC_IsDestinationReachableA();
}