Expand description

Contains the wrapper functions for calling into the Adapter_BackEnd DLL.

Originally created with bindgen from Adapter_BackEnd.h. Extensively modified to remove unused components, clean up documentation, simplify names, provide Rust-compatible names for the functions in the DLL, and to add #[allow()] so as to remove compiler warnings.

Constants

Statics

Functions

  • Close access to a previously opened memory block, thus releasing it for others to open.
  • Read a single 32-bit value at the given offset in the memory block indicated by the specified handle.
  • Retrieve the number of chunks in the memory block indicated by the handle to the successfully opened memory block.
  • Open access to a memory block for exclusive use, given the name of the memory block.
  • Writes a single 32-bit value to the given offset in the memory block indicated by the specified handle.

Type Definitions