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.

29 lines
443 B

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. sample\rmapi.h
  5. Abstract:
  6. The file contains the header for rmapi.c.
  7. --*/
  8. #ifndef _RMAPI_H_
  9. #define _RMAPI_H_
  10. //
  11. // function declarations for router manager interface:
  12. //
  13. DWORD
  14. APIENTRY
  15. RegisterProtocol(
  16. IN OUT PMPR_ROUTING_CHARACTERISTICS pRoutingChar,
  17. IN OUT PMPR_SERVICE_CHARACTERISTICS pServiceChar
  18. );
  19. #endif // _RMAPI_H_