arthurGong
07-25-2003, 01:06 AM
In the function followed
"int AEEClsCreateInstance(AEECLSID ClsId,IShell * pIShell,IModule * po,void ** ppObj)", I don't know the function and the meaning of the IModule, why it should exists and who and generate the IModule interface pointer.
I use one module to generated an instance of a extension interface designed by myself. I think they should have the same IModile interface but they are different. Who can tell me the reason?
"int AEEClsCreateInstance(AEECLSID ClsId,IShell * pIShell,IModule * po,void ** ppObj)", I don't know the function and the meaning of the IModule, why it should exists and who and generate the IModule interface pointer.
I use one module to generated an instance of a extension interface designed by myself. I think they should have the same IModile interface but they are different. Who can tell me the reason?