Which reference is needed for IPersistMemory interface?

  • Thread starter Thread starter Winston
  • Start date Start date
W

Winston

Hi,
I have to use the IPersistMemory interface but I don't know wich reference I
have to add to my C#-project to get access to that interface.
What reference has to be added?

Any help appreciated,
Winston
 
I have to use the IPersistMemory interface but I don't know wich reference I
have to add to my C#-project to get access to that interface.
What reference has to be added?

It might not be available in any typelib that you can reference. So
you might have to write the interface definition yourself.



Mattias
 
Oh my dear :-(


Mattias Sjögren said:
It might not be available in any typelib that you can reference. So
you might have to write the interface definition yourself.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top