Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. net\inc\iprtprio.h
  5. Abstract:
  6. Header defining interface to Routing Protocol Priority DLL.
  7. Revision History:
  8. Gurdeep Singh Pall 7/19/95 Created
  9. --*/
  10. //
  11. // Returns the priority for the route
  12. //
  13. DWORD
  14. ComputeRouteMetric(
  15. IN DWORD dwProtoId
  16. );