SENS_QOCINFO structure (sensevts.h)
The SENS_QOCINFO structure is used by the ISensNetwork::ConnectionMade method. This structure contains Quality of Connection information to the sink object in an application that subscribes to SENS.
Syntax
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | sensevts.h |
See also
About System Event Notification Service