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.
 
 
 
 
 
 

24 lines
591 B

/********************************************************************/
/** Copyright(c) 1995 Microsoft Corporation. **/
/********************************************************************/
//***
//
// Filename: routerif.h
//
// Description: Prototypes of procedures in routerif.c
//
// History: May 11,1995 NarenG Created original version.
//
DWORD
DDMConnectInterface(
IN HANDLE hDDMInterface,
IN DWORD dwProtocolId
);
DWORD
DDMDisconnectInterface(
IN HANDLE hDDMInterface,
IN DWORD dwProtocolId
);