|
#include <pantheios/pantheios.h>
#include <pantheios/backend.h>
#include <pantheios/util/backends/arguments.h>
Go to the source code of this file.
Classes | |
struct | pan_be_WindowsDebugger_init_t |
Structure used for specifying initialisation information to the be.WindowsDebugger library. More... | |
Defines | |
#define | pantheios_be_WindowsDebugger_parseArgs(num, args, init) pantheios_be_parseStockArgs((num), (args), (NULL == (init)) ? NULL : (&(init)->flags)) |
Parses the be.WindowsDebugger back-end flags. | |
Functions | |
void | pantheios_be_WindowsDebugger_getAppInit (int backEndId, pan_be_WindowsDebugger_init_t *init) |
Callback function defined by the application, invoked when the API is initialised with a NULL init parameter. | |
void | pantheios_be_WindowsDebugger_getDefaultAppInit (pan_be_WindowsDebugger_init_t *init) |
Fills out a copy of the initialisation structure with default values (representative of the default behaviour of the library), ready to be customised and passed to the API initialiser function pantheios_be_WindowsDebugger_init(). | |
int | pantheios_be_WindowsDebugger_init (PAN_CHAR_T const *processIdentity, int id, pan_be_WindowsDebugger_init_t const *init, void *reserved, void **ptoken) |
Implements the functionality for pantheios_be_init() over the Windows Debugger API. | |
void | pantheios_be_WindowsDebugger_uninit (void *token) |
Implements the functionality for pantheios_be_uninit() over the Windows Debugger API. | |
int | pantheios_be_WindowsDebugger_logEntry (void *feToken, void *beToken, int severity, PAN_CHAR_T const *entry, size_t cchEntry) |
Implements the functionality for pantheios_be_logEntry() over the Windows Debugger API. |
void pantheios_be_WindowsDebugger_getAppInit | ( | int | backEndId, | |
pan_be_WindowsDebugger_init_t * | init | |||
) |
Callback function defined by the application, invoked when the API is initialised with a NULL init
parameter.
void pantheios_be_WindowsDebugger_getDefaultAppInit | ( | pan_be_WindowsDebugger_init_t * | init | ) |
Fills out a copy of the initialisation structure with default values (representative of the default behaviour of the library), ready to be customised and passed to the API initialiser function pantheios_be_WindowsDebugger_init().
|
|
pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |