Which reference is needed for IPersistMemory interface?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Winston

    Which reference is needed for IPersistMemory interface?

    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


  • Mattias Sjögren

    #2
    Re: Which reference is needed for IPersistMemory interface?

    [color=blue]
    >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?[/color]

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



    Mattias

    --
    Mattias Sjögren [MVP] mattias @ mvps.org

    Please reply only to the newsgroup.

    Comment

    • Winston

      #3
      Re: Which reference is needed for IPersistMemory interface?

      Oh my dear :-(


      "Mattias Sjögren" <mattias.dont.w ant.spam@mvps.o rg> wrote in message
      news:ueVAcwajDH A.2616@TK2MSFTN GP11.phx.gbl...[color=blue]
      >[color=green]
      > >I have to use the IPersistMemory interface but I don't know wich[/color][/color]
      reference I[color=blue][color=green]
      > >have to add to my C#-project to get access to that interface.
      > >What reference has to be added?[/color]
      >
      > It might not be available in any typelib that you can reference. So
      > you might have to write the interface definition yourself.
      >
      >
      >
      > Mattias
      >
      > --
      > Mattias Sjögren [MVP] mattias @ mvps.org
      > http://www.msjogren.net/dotnet/
      > Please reply only to the newsgroup.[/color]


      Comment

      Working...