RtndRequest

RtndRequest function forwards a request to the underlying driver to query the requested capabilities and/or statistics of the RTX64 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 RTX64 network adapter capabilities and statistics to request.

Return Value

None.

Process Context

RtndRequest 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.

Requirements

Minimum Supported Version RTX64 2013
Header RtnApi.h
Library RtTcpip.lib

See Also:

RTND_REQUEST structure