// bdatypes.h
typedef struct _BDA_CAS_REQUESTTUNERDATA {
UCHAR ucRequestPriority;
UCHAR ucRequestReason;
UCHAR ucRequestConsequences;
ULONG ulEstimatedTime;
} BDA_CAS_REQUESTTUNERDATA, *PBDA_CAS_REQUESTTUNERDATA;
View the official Windows Driver Kit DDI referenceNo description available.
ucRequestPriorityucRequestReasonucRequestConsequencesulEstimatedTime