Platform SDK: Synchronization Manager |
Specified connection can be reached with no Quality of Connection information.
HRESULT DestinationReachableNoQOCInfo( BSTR bstrDestination, // Destination name BSTR bstrConnection, // Connection name ULONG ulType // Connection type );
[id(0x00000005)]
SENS calls this method to notify your application that the specified destination can be reached when Quality of Connection information is not available.
Note This function is only available for TCP/IP connections.
Filtering can be performed on the publisher property bstrDestinationNoQOC. To determine reachability, set bstrDestinationNoQOC to the name of desired destination. Filtering can also be performed on the property ulDestinationTypeNoQOC by setting it to either CONNECTION_LAN or CONNECTION_WAN, or both. Use IEventSubscription::PutPublisherProperty to set the publisher property. Note: if a bstrDestinationNoQOC property is not specified, the DestinationReachableNoQOC() event is returned for all destinations.
Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 5 or later).
Windows 95/98: Requires Windows 95 or later (with Internet Explorer 5 or later).
Header: Declared in Sensevts.h.
Library: Use Sensevts.tlb.
ISensNetwork::DestinationReachable, About System Event Notification Service, IEventSubscription, IEventSubscription::PutPublisherProperty