The DarkHelp C API is a simplified wrapper API for the C++ API.
To use the DarkHelp C API, you must include the project header file within your application:
The C API requires that a void* object be allocated to represent the DarkHelp object in C++. That void* pointer is then passed in to all the function calls.
See the example application src-apps/using_c_api.cpp for sample code which shows how to use the C API.
Convenient links to some of the API call documentation to get started: