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

    Implementing a virtual drive

    Hi

    I want to implement a virtual drive in C++.
    I can handle the part of administrating the drive, but what i need is how to "register" my drive in Windows, so that Windows will "see" it as a drive.
    Also I will want to catch the event when from a phisical drive the user will want to copy/move files to my virtual drive.

    Can you please help me? Where can I find documentation? Some basic ideas?

    Thank you,
    Marius

  2. #2
    Join Date
    Aug 2004
    Posts
    176

    Re: Implementing a virtual drive

    you need to use the windows DDK to create virtual drives, i have just installed my coppy, you can get it free from microsoft (you have to pay postage though.)


    Steve

  3. #3
    Join Date
    Mar 2005
    Posts
    3

    Re: Implementing a virtual drive

    Have you had any luck with this? From what I've read, you could create a "Network Provider" (a .dll that implements the Network Provider API). I'm considering doing it that way for a project of mine, but would like to know how the virtual drive method is working for you.

    Thanks,
    Jason Ward

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