OID_WW_CDPD_CS_SID_LIST
As a query, the OID_WW_CDPD_CS_SID_LIST OID requests the miniport driver to return an array of preferred AMPS system identifier values.
As a set, this OID requests the miniport driver to set the list of preferred AMPS system identifier values. The NIC uses this list of values to select the AMPS service for circuit-switched CDPD.
In either case, this request uses a WW_CDPD_CS_SID_LIST structure, defined as follows:
typedef struct _WW_CDPD_CS_SID_LIST {
UINT AMPSystemId[10];
} WW_CDPD_CS_SID_LIST;
The member of this structure contains the following information:
- AMPSystemId
Specifies an array of UINT values, each an AMPS-system identifier. This array has a maximum of 10 elements.
Indications are irrelevant for this OID.
Note This OID is not available for use beginning with Windows Vista.