windows-nt/Source/XPSP1/NT/com/mobile/sens/conn/senssvc/dest.hxx
2020-09-26 16:20:57 +08:00

60 lines
663 B
C++

/*++
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__