Eterlogic Virtual Drive SDK documentation |
Contains VDSDK runtime components and some compiled samples
VDCore.dll
VDSDK core runtime dynamic library
VDSDKComServer.dll
VDSDK COM server that exposes IVirtualDrivesManager interface - the first way to use VDSDK
VDSDKDll.dll
VDSDK Dynamic library, exporting native dll-interface. That is the second way to use VDSDK
[Include]
Contains all necessary files to link your application to VDSDK
[Include/COM]
VDSDK COM Server Type library and headers
[Include/DLL]
VDSDK native dll interface headers and libraries
[Samples]
Examples of virtual drive implementation (C++, C#, Python)
Important: To initialize properly VDSDK client application must be placed in the [Bin] folder, or VDSDK runtime (VDCore.dll,VDSDK.dll) must be copied into the application folder.