// DO NOT MODIFY MANUALLY // Generated on Thu 12/11/2025 at 12:46:08.46 using cj-update-iids.cmd /** * * (c) 1998-2025 Codejock Software, All Rights Reserved. * * This source file is the property of Codejock Software and must not be * redistributed by any means without the explicit written permission of * Codejock Software. * * The use of this source code is governed by the terms and conditions specified * in the Toolkit Pro license agreement. Codejock Software grants you, as a * single software developer, the limited right to use this software on one * computer only. * * Contact Information: * support@codejock.com * http://www.codejock.com * */ /** @cond */ #ifndef __XTPToolTipContextIIDs_H__ # define __XTPToolTipContextIIDs_H__ // clang-format off #define XTP_DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ EXTERN_C __declspec(selectany) const IID XTP##name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}; \ const unsigned long XTP##name##__Data1 = (l); \ const unsigned short XTP##name##__Data2 = (w1); \ const unsigned short XTP##name##__Data3 = (w2); \ const unsigned char XTP##name##__Data4_0 = (b1); \ const unsigned char XTP##name##__Data4_1 = (b2); \ const unsigned char XTP##name##__Data4_2 = (b3); \ const unsigned char XTP##name##__Data4_3 = (b4); \ const unsigned char XTP##name##__Data4_4 = (b5); \ const unsigned char XTP##name##__Data4_5 = (b6); \ const unsigned char XTP##name##__Data4_6 = (b7); \ const unsigned char XTP##name##__Data4_7 = (b8); XTP_DEFINE_GUID(DIID_IToolTipContext,0xC0DE2430,0xBFB7,0x4925,0x9B,0xB5,0xD3,0xA0,0xDD,0xA4,0x69,0xAF); XTP_DEFINE_GUID(CLSID_ToolTipContext,0xC0DE2430,0x8C00,0x4f05,0xAF,0x87,0x9F,0x05,0xBC,0xB5,0x54,0x75); #undef XTP_DEFINE_GUID // clang-format on #endif // __XTPToolTipContextIIDs_H__ /** @endcond */