You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
366 B
29 lines
366 B
/*++
|
|
|
|
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
|
|
);
|
|
|