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

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
net\ip\inc\priopriv.h
Abstract:
Header defining interface to Routing Protocol Priority DLL.
Revision History:
Gurdeep Singh Pall 7/19/95 Created
--*/
#ifndef __PRIOPRIV_H__
#define __PRIOPRIV_H__
//
// Prototypes
//
DWORD
SetPriorityInfo(
PRTR_INFO_BLOCK_HEADER pInfoHdr
);
DWORD
GetPriorityInfo(
IN PVOID pvBuffer,
OUT PDWORD pdwBufferSize
);
#endif