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.

24 lines
567 B

  1. /********************************************************************/
  2. /** Copyright(c) 1995 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename: routerif.h
  7. //
  8. // Description: Prototypes of procedures in routerif.c
  9. //
  10. // History: May 11,1995 NarenG Created original version.
  11. //
  12. DWORD
  13. DDMConnectInterface(
  14. IN HANDLE hDDMInterface,
  15. IN DWORD dwProtocolId
  16. );
  17. DWORD
  18. DDMDisconnectInterface(
  19. IN HANDLE hDDMInterface,
  20. IN DWORD dwProtocolId
  21. );