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 ASCII network adapter name.

RtndReq

The RTND_REQUEST type specifying RTX64 network adapter capabilities and statistics to request.

Return Value

None.

Remarks

The RTND_OID field of the RTND_REQUEST structure is used to define the request type.

Requirements

Minimum Supported Version RTX64 4.0
Header RtnApi.h
Library RTX64Nal.lib

See Also:

RTND_REQUEST structure

RTND_STATUS type

RTND_MEDIA_CONNECT_STATE enumeration

RTND_MEDIA_DUPLEX_STATE enumeration

RTND_MEDIA_SPEED enumeration