Skip to content

Latest commit

 

History

History
110 lines (84 loc) · 2.37 KB

nf-rtmv2-rtmreleaseroutes.md

File metadata and controls

110 lines (84 loc) · 2.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rtmv2.RtmReleaseRoutes
RtmReleaseRoutes function (rtmv2.h)
The RtmReleaseRoutes function releases the route handles.
RtmReleaseRoutes
RtmReleaseRoutes function [RAS]
_rtmv2ref_rtmreleaseroutes
rras.rtmreleaseroutes
rtmv2/RtmReleaseRoutes
rras\rtmreleaseroutes.htm
RRAS
4c893144-a2c5-4dc8-83c1-cae0d3024505
12/05/2018
RtmReleaseRoutes, RtmReleaseRoutes function [RAS], _rtmv2ref_rtmreleaseroutes, rras.rtmreleaseroutes, rtmv2/RtmReleaseRoutes
rtmv2.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Rtm.lib
Rtm.dll
Windows
19H1
RtmReleaseRoutes
rtmv2/RtmReleaseRoutes
c++
APIRef
kbSyntax
DllExport
Rtm.dll
RtmReleaseRoutes

RtmReleaseRoutes function

-description

The RtmReleaseRoutes function releases the route handles.

-parameters

-param RtmRegHandle [in]

Handle to the client obtained from a previous call to RtmRegisterEntity.

-param NumRoutes [in]

Specifies the number of routes in RouteHandles.

-param RouteHandles [in]

Pointer to an array of route handles to release. The handles were obtained with a previous call to RtmGetEnumRoutes.

-returns

If the function succeeds, the return value is NO_ERROR.

If the function fails, the return value is one of the following error codes.

Value Meaning
ERROR_INVALID_HANDLE
The handle is invalid.
 
 

-see-also

RtmCreateRouteEnum

RtmDeleteEnumHandle

RtmGetEnumRoutes