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.

36 lines
786 B

  1. /*
  2. File: rasip.h
  3. Definitions for the 'ras ip' sub context
  4. 3/2/99
  5. */
  6. #ifndef __RASIP_H
  7. #define __RASIP_H
  8. #define RASIP_VERSION 1
  9. // 13d12a78-d0fb-11d2-9b76-00104bca495b
  10. #define RASIP_GUID \
  11. { 0x13d12a78, 0xd0fb, 0x11d2, {0x9b, 0x76, 0x00, 0x10, 0x4b, 0xca, 0x49, 0x5b} }
  12. NS_HELPER_START_FN RasIpStartHelper;
  13. //
  14. // Command handlers
  15. //
  16. NS_CONTEXT_DUMP_FN RasIpDump;
  17. FN_HANDLE_CMD RasIpHandleSetAccess;
  18. FN_HANDLE_CMD RasIpHandleSetAssignment;
  19. FN_HANDLE_CMD RasIpHandleSetCallerSpec;
  20. FN_HANDLE_CMD RasIpHandleSetNegotiation;
  21. FN_HANDLE_CMD RasIpHandleSetNetbtBcast;
  22. FN_HANDLE_CMD RasIpHandleShow;
  23. FN_HANDLE_CMD RasIpHandleAddRange;
  24. FN_HANDLE_CMD RasIpHandleDelRange;
  25. FN_HANDLE_CMD RasIpHandleDelPool;
  26. #endif