// DO NOT MODIFY MANUALLY // Generated on Thu 12/11/2025 at 12:46:06.93 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 __XTPResourceImagesIIDs_H__ # define __XTPResourceImagesIIDs_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_ResourceImages,0xC0DE2430,0xFDDA,0x45CE,0xBB,0xFB,0xC5,0xE3,0xEE,0x3C,0x4E,0x7B); #undef XTP_DEFINE_GUID // clang-format on #endif // __XTPResourceImagesIIDs_H__ /** @endcond */