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.

37 lines
1.1 KiB

  1. //-----------------------------------------------------------------------------
  2. // File: definitions.h
  3. //
  4. // Desc: Contains all definitions of the GUIDs used by the UI.
  5. //
  6. // Copyright (C) 1999-2000 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8. #ifndef _DEFINITIONS_H
  9. #define _DEFINITIONS_H
  10. #include <objbase.h>
  11. #include <initguid.h>
  12. // {F4279160-608F-11d3-8FB2-00C04F8EC627}
  13. DEFINE_GUID(IID_IDIActionFramework,
  14. 0xf4279160, 0x608f, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  15. // {72BB1241-5CA8-11d3-8FB2-00C04F8EC627}
  16. DEFINE_GUID(IID_IDIDeviceActionConfigPage,
  17. 0x72bb1241, 0x5ca8, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  18. // {9F34AF20-6095-11d3-8FB2-00C04F8EC627}
  19. DEFINE_GUID(CLSID_CDirectInputActionFramework,
  20. 0x9f34af20, 0x6095, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  21. // {18AB439E-FCF4-40d4-90DA-F79BAA3B0655}
  22. DEFINE_GUID(CLSID_CDIDeviceActionConfigPage,
  23. 0x18ab439e, 0xfcf4, 0x40d4, 0x90, 0xda, 0xf7, 0x9b, 0xaa, 0x3b, 0x6, 0x55);
  24. #endif // _DEFINITIONS_H