OID_WW_ARD_SNDCP
The OID_WW_ARD_SNDCP OID is obsolete and should not be used; it is included for informational and historical purposes. Use DataTAC wireless OIDs in DataTAC Wireless OIDs instead.
This OID requests the miniport driver to return information about the SNDCP support it provides.
This OID uses a WW_ARD_SNDCP structure, defined as follows:
typedef struct _WW_ARD_SNDCP {
NDIS_VAR_DATA_DESC Version;
INT BlockSize;
INT Window;
} WW_ARD_SNDCP;
The members of this structure contain the following information:
Version
The version of the SNDCP protocol supported.BlockSize
The block size being used for SNDCP.Window
The window size being used in SNDCP.
The Versionmember is of type NDIS_VAR_DATA_DESC, which was defined previously. The value is a NULL-terminated ASCII string.
The Subnetwork Dependent Convergence Protocol (SNDCP) is ARDIS-defined.
Sets and indications are irrelevant for this OID.
Note This OID is not available for use beginning with Windows Vista.