windows-nt/Source/XPSP1/NT/net/rras/inc/iprtprio.h
2020-09-26 16:20:57 +08:00

30 lines
337 B
C

/*++
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
);