I have a .h file with the following declarations: //////////////////////////////////////////////////////////////////////////////// // Syntek Plug-In Custom Control GUIDs. // //////////////////////////////////////////////////////////////////////////////// // {59DF6360-6F14-4472-82B6-6EAB971EEFAD} DEFINE_GUID(CLSID_IStkCustomControl, 0x59DF6360, 0x6F14, 0x4472, 0x82, 0xB6, 0x6E, 0xAB, 0x97, 0x1E, 0xEF, 0xAD); // {59DF6361-6F14-4472-82B6-6EAB971EEFAD} DEFINE_GUID(CLSID_IStkCustomControl_PropertyPage, 0x59DF6361, 0x6F14, 0x4472, 0x82, 0xB6, 0x6E, 0xAB, 0x97, 0x1E, 0xEF, 0xAD); // Custom Control Interfaces. [...]
read more