Will enable you to build and handle your own virtual driveVirtual 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 the necessary part of tedious work will be completed, so you can easily focus on encryption or storage.
Here are some key features of "Virtual Drive SDK":
· 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