Platform SDK: Synchronization Manager

QOCINFO

The QOCINFO structure is returned by the IsDestinationReachable function and provides Quality of Connection information to the caller.

typedef struct tagQOCINFO {
   DWORD     dwSize;
   DWORD     dwFlags;
   DWORD     dwInSpeed;
   DWORD     dwOutSpeed;
} QOCINFO, *LPQOCINFO;

Members

dwSize
Upon calling the IsDestinationReachable function, the caller supplies the size of the QOC structure in this member. On return from the function, 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.
dwInSpeed
Speed of data coming in from the destination in bytes per second.
dwOutSpeed
Speed of data sent to the destination in bytes 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

IsDestinationReachable