windows-nt/Source/XPSP1/NT/com/mobile/sens/conn/senssvc/dest.hxx

60 lines
663 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (C) Microsoft Corporation, 1997 - 1999
Module Name:
dest.hxx
Abstract:
Header for Destination reachability polling code.
Author:
Gopal Parupudi <GopalP>
[Notes:]
optional-notes
Revision History:
GopalP 10/31/1997 Start.
--*/
#ifndef __DEST_HXX__
#define __DEST_HXX__
BOOL
StartReachabilityEngine(
void
);
BOOL
StopReachabilityEngine(
void
);
BOOL
InitReachabilityEngine(
void
);
SENS_TIMER_CALLBACK_RETURN
ReachabilityPollingRoutine(
PVOID pvIgnore,
BOOLEAN bIgnore
);
HRESULT
GetDestinationsFromSubscriptions(
void
);
#endif // __DEST_HXX__