OID_WW_TAC_SYSTEM_TABLE

The OID_WW_TAC_SYSTEM_TABLE OID requests the miniport driver to return the current set of DataTAC systems that are supported by the NIC.

This OID uses the WW_TAC_SYSTEM_TABLE structure, defined as follows:

    typedef struct _WW_TAC_SYSTEM_TABLE {
         UINT SystemCount;
         UCHAR CountryTable[32];
         UCHAR PrefixTable[32];
         UCHAR IDTable[32];
 
    } WW_TAC_SYSTEM_TABLE;
  

The members of this structure contain the following information:

  • SystemCount
    Number of valid entries in each table.

  • CountryTable
    Array of DataTAC-country/region codes. Maximum length is 32 entries.

  • PrefixTable
    Array of DataTAC-system prefixes. Maximum length is 32 entries.

  • IDTable
    Array of DataTAC-system identifiers. Maximum length is 32 entries.

Protocols use this OID to request the currently configured system table.

Sets and indications are irrelevant for this OID.

Note   This OID is not available for use beginning with Windows Vista.

 

 

 

Send comments about this topic to Microsoft