API Context. More...
#include <api.h>

Data Structures | |
| struct | Dispatcher |
| Dispatcher specific data. More... | |
| struct | Inspector |
| Inspector specific data. More... | |
| struct | Output |
| Output specific data. More... | |
Data Fields | |
| uuid_t | uuidNuggetId |
| Nugget UUID. | |
| uuid_t | uuidNuggetType |
| Nugget Type UUID. | |
| uuid_t | uuidApplicationType |
| Nugget App Type UUID. | |
| char * | sNuggetName |
| Nugget Name. | |
| uint32_t | iFlags |
| Context Flags. | |
| uint8_t | locality |
| Nugget Locality. | |
|
struct RazorbackCommandAndControlHooks * | pCommandHooks |
| Command And Control Hooks. | |
| struct Semaphore * | regSem |
| Registration semaphore. | |
| bool | regOk |
| Registration status. | |
| void * | userData |
| Context User Data. | |
| struct RazorbackContext::Inspector | inspector |
| Inspector specific data. | |
| struct RazorbackContext::Output | output |
| Output specific data. | |
| struct RazorbackContext::Dispatcher | dispatcher |
| Dispatcher specific data. | |
API Context.
1.6.3