| 1 | /* mlang-uuid.c */ |
| 2 | /* Generate GUIDs for Object Multi Language interfaces */ |
| 3 | |
| 4 | /* All IIDs defined in this file were extracted from |
| 5 | * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */ |
| 6 | |
| 7 | /* All CLSIDs defined in this file were extracted from |
| 8 | * HKEY_CLASSES_ROOT\CLSID\ */ |
| 9 | |
| 10 | #define INITGUID |
| 11 | #include <basetyps.h> |
| 12 | // Multi Language Support CLSID |
| 13 | DEFINE_GUID(CLSID_CMultiLanguage,0x275c23e2,0x3747,0x11d0,0x9f,0xea,0,0xaa,0,0x3f,0x86,0x46); |