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.

46 lines
1.5 KiB

  1. //-----------------------------------------------------------------------------
  2. // File: ourguids.h
  3. //
  4. // Desc: Contains the definitions of the UI's GUIDs.
  5. //
  6. // Copyright (C) 1999-2000 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8. #ifndef __CFGUI_OURGUIDS_H__
  9. #define __CFGUI_OURGUIDS_H__
  10. #include <objbase.h>
  11. //@@BEGIN_MSINTERNAL
  12. #ifdef DDKBUILD
  13. #ifdef DBG
  14. // {0A484F30-956C-43d0-A5C9-587E2B2EA910}
  15. DEFINE_GUID(IID_IDirectInputConfigUITest,
  16. 0xa484f30, 0x956c, 0x43d0, 0xa5, 0xc9, 0x58, 0x7e, 0x2b, 0x2e, 0xa9, 0x10);
  17. // {EF727FB5-EC99-4c67-B3F7-93B54CC425A2}
  18. DEFINE_GUID(CLSID_CDirectInputConfigUITest,
  19. 0xef727fb5, 0xec99, 0x4c67, 0xb3, 0xf7, 0x93, 0xb5, 0x4c, 0xc4, 0x25, 0xa2);
  20. #endif
  21. #endif
  22. //@@END_MSINTERNAL
  23. // {F4279160-608F-11d3-8FB2-00C04F8EC627}
  24. DEFINE_GUID(IID_IDIActionFramework,
  25. 0xf4279160, 0x608f, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  26. // {9F34AF20-6095-11d3-8FB2-00C04F8EC627}
  27. DEFINE_GUID(CLSID_CDirectInputActionFramework,
  28. 0x9f34af20, 0x6095, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  29. // {72BB1241-5CA8-11d3-8FB2-00C04F8EC627}
  30. DEFINE_GUID(IID_IDIDeviceActionConfigPage,
  31. 0x72bb1241, 0x5ca8, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  32. // {18AB439E-FCF4-40d4-90DA-F79BAA3B0655}
  33. DEFINE_GUID(CLSID_CDIDeviceActionConfigPage,
  34. 0x18ab439e, 0xfcf4, 0x40d4, 0x90, 0xda, 0xf7, 0x9b, 0xaa, 0x3b, 0x6, 0x55);
  35. #endif //__CFGUI_OURGUIDS_H__