windows-nt/Source/XPSP1/NT/net/rras/inc/iprtprio.h

30 lines
337 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
net\inc\iprtprio.h
Abstract:
Header defining interface to Routing Protocol Priority DLL.
Revision History:
Gurdeep Singh Pall 7/19/95 Created
--*/
//
// Returns the priority for the route
//
DWORD
ComputeRouteMetric(
IN DWORD dwProtoId
);