This data structure defines generic parameters for the QOSInfo structure. It is used on an MMIOM_BEGINSTREAM message call to an I/O procedure.
typedef struct _QOS { LONG lQOSParmId; /* QOS parameter name. */ LONG lQOSValue; /* Value of the QOS parameter. */ } QOS; typedef QOS * PQOS ;