|
RtndRequest function forwards a request to the underlying driver to query the requested capabilities and/or statistics of the Rtx converted NIC card.
Syntax
VOID RtndRequest( PRTND_STATUS Status, PCHAR DeviceName, PRTND_REQUEST RtndReq );
Parameters
status
The RTND_STATUS type set on return from this function which reflects status of RtndRequest.
DeviceName
Zero terminated network adapter name.
RtndReq
The RTND_REQUEST type specifying RTX network adapter capabilities and statistics to request.
Return Values
None.
Process Context
RtndReceiveFilter is always called from within the process context of the NIC Driver’s receive thread.
Remarks
The RTND_OID field of the RTND_REQUEST structure is used to define the request type.
See Also:
RTND_REQUEST structure