• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* oleacc-uuid.c */
2 /* Generate GUIDs for OLE Accessibility interfaces */
3 
4 /* All IIDs defined in this file were extracted from
5  * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
6 
7 #define INITGUID
8 #include <basetyps.h>
9 DEFINE_GUID(IID_IAccessible,0x618736e0,0x3c3d,0x11cf,0x81,0x0c,0x00,0xaa,0x00,0x38,0x9b,0x71);
10 // IAccessibleHandler TypeLib
11 DEFINE_GUID(LIBID_Accessibility, 0x1ea4dbf0, 0x3c3b,0x11cf, 0x81, 0x0c, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
12 DEFINE_GUID(IID_IAccessibleHandler, 0x03022430, 0xABC4, 0x11d0, 0xBD, 0xE2, 0x00, 0xAA, 0x00, 0x1A, 0x19, 0x53);
13