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.

35 lines
472 B

  1. #ifndef __IPKERN_IP_H__
  2. #define __IPKERN_IP_H__
  3. VOID
  4. HandleInterface(
  5. LONG lNumArgs,
  6. WCHAR **ppwszArgs
  7. );
  8. VOID
  9. PrintStats(
  10. LONG lNumArgs,
  11. PWCHAR rgpwszArgs[]
  12. );
  13. VOID
  14. PrintInfo(
  15. LONG lNumArgs,
  16. PWCHAR rgpwszArgs[]
  17. );
  18. VOID
  19. PrintName(
  20. LONG lNumArgs,
  21. PWCHAR rgpwszArgs[]
  22. );
  23. VOID
  24. PrintGuid(
  25. LONG lNumArgs,
  26. PWCHAR rgpwszArgs[]
  27. );
  28. #endif // __IPKERN_IP_H__