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.

45 lines
1.7 KiB

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. sdk\inc\ifguid.h
  5. Abstract:
  6. Guids for well known (network) interfaces
  7. Revision History:
  8. --*/
  9. #pragma once
  10. //////////////////////////////////////////////////////////////////////////////
  11. // //
  12. // Software loopback for IP //
  13. // //
  14. //////////////////////////////////////////////////////////////////////////////
  15. DEFINE_GUID(GUID_IpLoopbackInterface, 0xca6c0780, 0x7526, 0x11d2, 0xba, 0xf4, 0x00, 0x60, 0x08, 0x15, 0xa4, 0xbd);
  16. //////////////////////////////////////////////////////////////////////////////
  17. // //
  18. // RAS Server (Dial In) Interface for IP //
  19. // //
  20. //////////////////////////////////////////////////////////////////////////////
  21. DEFINE_GUID(GUID_IpRasServerInterface, 0x6e06f030, 0x7526, 0x11d2, 0xba, 0xf4, 0x00, 0x60, 0x08, 0x15, 0xa4, 0xbd);
  22. //////////////////////////////////////////////////////////////////////////////
  23. // //
  24. // IPX internal interface //
  25. // //
  26. //////////////////////////////////////////////////////////////////////////////
  27. DEFINE_GUID(GUID_IpxInternalInterface, 0xa571ba70, 0x7527, 0x11d2, 0xba, 0xf4, 0x00, 0x60, 0x08, 0x15, 0xa4, 0xbd);