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
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
|
|
);
|