Virtual Drive SDK allows you to create and manage virtual disks that appear in Windows as regular disks. Virtual disk can be located anywhere: on hard disk, network, random access memory, database etc. To do this on your own you need to develop a driver that requires deep knowledge of operating system internals, and a lot of time for debugging and testing it. Virtual Drive SDK makes possible to implement read/write operations without having to develop your own kernel driver. All necessary part of boring work is done, so you can focus on storage, encryption etc.
Key features:
- Simultaneous work with up to 8 virtual disks
- Simple user mode API for kernel driver management
- User application freeze/crash detection
- Automatic removal of dead volumes
- Read-only volumes support
- Built-in formatting support
- Samples for C++, C#, Delphi, Python
- Special distribution mode (does not require separate SDK installation)