1 /* objsafe-uuid.c */ 2 /* Generate GUIDs for Object Safe 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_IObjectSafety,0xcb5bdc81,0x93c1,0x11cf,0x8f,0x20,0,0x80,0x5f,0x2c,0xd0,0x64); 10