Initializing the Plugin
Initializes the plugin by accepting a context that contains the data path and parameter configurations.
Prototype
uint32_t KdcPluginInit(void *context);
Parameters
Parameter |
Type |
Required (Yes/No) |
Description |
|---|---|---|---|
context |
void* |
Yes |
Plugin context, including the data path and parameter configurations. |
Return Values
Return Value |
Description |
|---|---|
0 |
Success |
Non-zero |
Failure |
Parent topic: kdc_agent Plugin APIs