Source code of Windows XP (NT5)
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.

39 lines
463 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. net\ip\inc\priopriv.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. #ifndef __PRIOPRIV_H__
  11. #define __PRIOPRIV_H__
  12. //
  13. // Prototypes
  14. //
  15. DWORD
  16. SetPriorityInfo(
  17. PRTR_INFO_BLOCK_HEADER pInfoHdr
  18. );
  19. DWORD
  20. GetPriorityInfo(
  21. IN PVOID pvBuffer,
  22. OUT PDWORD pdwBufferSize
  23. );
  24. #endif