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
 
Back
Top