/* objsafe-uuid.c */ | |
/* Generate GUIDs for Object Safe interfaces */ | |
/* All IIDs defined in this file were extracted from | |
* HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */ | |
#define INITGUID | |
#include <basetyps.h> | |
DEFINE_GUID(IID_IObjectSafety,0xcb5bdc81,0x93c1,0x11cf,0x8f,0x20,0,0x80,0x5f,0x2c,0xd0,0x64); |