Tool Download

CallbackDisk

Create virtual disks easily with our SDK

Tool Name:

CallbackDisk

Tool Version: 3.1

Tool Type: Shareware

Tool Cost In: 2135 US$

Tool Target Platform: Windows

Tool OS Support: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64

Limitations: No limitations

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
With CallbackDisk component you can create and manage virtual disk devices within the software application that you develop and expose these disks to Windows as if they were real disk devices. The disks become visible to all processes in the system.

Long Description 1:
With CallbackDisk component you can create and manage virtual disk devices within your application and expose these disks to Windows as if they were real disk devices. The disks become visible to all processes in Windows. CallbackDisk provides a driver, which calls your application when it needs to perform reading or writing to the disk. And your application can store the actual disk data anywhere it needs: in memory, over the net etc.

Long Description 2:
With CallbackDisk component you can create and manage virtual disk devices within the software application that you develop and expose these disks to Windows as if they were real disk devices. The disks become visible to all processes in Windows. Virtual disk is the one that has a file system on it, but is not physically located on a disk partition. The storage can be actually located in a file residing on a local disk, or in application resources, or in memory, or somewhere at a remote location. The important part is that this disk is visible to the user (and to other applications) as if it were a formatted hard disk partition. CallbackDisk provides a kernel-mode driver, which calls your application when it needs to perform reading or writing to the disk. And your application can store the actual disk data anywhere it needs: in memory, over the net etc. Virtual disk can be needed, when * the application stores some data internally (in resources or in supplementary files) and it needs to use some library, which can only work with file located within a system-wide file system. The examples include DirectX libraries, Flash player, many third-party components. * the application must hide presence of the disk from the user, while keeping it (the disk) available for some applications * and more ...