CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: ATL and Files

  1. #1
    Join Date
    May 1999
    Posts
    9

    ATL and Files

    Hi all,
    I have a problem. I want to store some records in the file using ATL COM. Can someone tell me how can i do that. Do I have to inerit my interface from any of the exixting interfaces.
    Thanks in advance.
    Prasad Dixit


  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: ATL and Files

    Have a look at the IPersistFile interface.

    Dave


  3. #3
    Join Date
    May 1999
    Posts
    9

    Re: ATL and Files

    I checked IPersistFile But i could not understand how to use it to write into files
    Thanks in advance
    Prasad Dixit


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured