CBFS Storage 2020 C++ Builder Edition

Questions / Feedback?

User Mode API

Windows: Note: The user-mode API must be deployed to end-user systems together with the kernel-mode drivers; the version of the kernel-mode drivers on the end-user systems must be equal or newer to the version of the user-mode APIs. Thus, when the user-mode API is installed or updated on end-user systems, it is required to ensure that the kernel-mode drivers already present in the system are updated to match the version of the installed user-mode API. The user mode API comes in two forms:

  • As .h header files with .obj (32-bit) or .o (64-bit) object files, for linking to the application statically.
  • As .bpl files (compiled package files), used when the application is built with packages, named cbfsstorage20.bpl.

When linking the object files statically, no extra user mode API files need to be deployed with the application. When using packages, deploy the .bpl file to the target system and place it next to the application's .exe file.

Windows Only: Remember to deploy the drivers too, as they are an integral part of CBFS Storage.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 C++ Builder Edition - Version 20.0 [Build 8031]