Platform SDK: Synchronization Manager

SENS_QOCINFO

The SENS_QOCINFO structure is provided by the ISensNetwork::ConnectionMade method and the ISensNetwork::DestinationReachable method. This structure contains Quality of Connection information to the sink object in an application that subscribes to SENS.

typedef struct _SENS_QOCINFO {
  DWORD dwSize;
  DWORD dwFlags;
  DWORD dwOutSpeed;
  DWORD dwInSpeed;
} SENS_QOCINFO;

Members

dwSize
This member contains the actual size of the structure that was filled in.
dwFlags
Speed of connection. Flag bits indicate whether the connection is slow, medium, fast.
dwOutSpeed
Speed of data sent to the destination in bits per second.
dwInSpeed
Speed of data coming in from the destination in bits per second.

Requirements

  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).

See Also

ISensNetwork::ConnectionMade, ISensNetwork::DestinationReachable, About System Event Notification Service, IEventSubscription, IEventSubscription::PutPublisherProperty