Wrapping IPersist and IPersistFolder

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Wrapping IPersist and IPersistFolder

Marc Nijdam-2
I'm trying to create a "junction" for explorer. I saw IShellFolder and
managed to set up all the registry entries in the right places to
create a namespace entry.

One of the interfaces mentioned on msdn is IPersistFolder which the
IShellFolder needs to implement. I'm having trouble definint this
interface. I have the IDL from the Platform SDK and managed to get it
to compile to a tlb.

Problem is, the IPersist interface doesn't show up in the AX Component
Wizard. Am I doing something wrong here?

Marc "Lost in COM woods" Nijdam