OID_WW_MBX_TEMP_DEFAULTLIST
The OID_WW_MBX_TEMP_DEFAULTLIST OID requests the miniport driver to use the specified temporary default list of radio frequencies for the modem.
This request uses a WW_MBX_TEMPDEFAULTLIST structure, defined as follows:
typedef struct _WW_MBX_TEMPDEFAULTLIST {
UINT Length;
WW_MBX_CHANNEL_PAIR ChannelPair[];
} WW_MBX_TEMPDEFAULTLIST;
The members of this structure contain the following information:
Length
Specifies the number of elements in the ChannelPair array.ChannelPair
Specifies an array of elements defined as follows:typedef struct _WW_MBX_CHANNEL_PAIR { UINT Mobile_Tx; // transmit frequency UINT Mobile_Rx; // receive frequency } WW_MBX_CHANNEL_PAIR;
Queries and indications are irrelevant for this OID.
Note This OID is not available for use beginning with Windows Vista.