Hello, I'm looking to create a default handler for these interfaces: - IStorage - IOleInPlaceFrame not - IOleClientSite - IOleInPlaceSite not - IOleContainer not
The reason of this... I just want to display an OLE component without binding with the native atl.dll. I have found a pure win32 example to implement this.
So, If I want to use a "null" IStorage default handler, does there already exist or I must implement it?
As I can see in the source code, OLE is really hard for my head.
Regards, Olivier