Starting the Plugin
Starts the plugin to process requests.
Prototype
uint32_t KdcPluginStart(void *context);
Parameters
Parameter |
Type |
Required (Yes/No) |
Description |
|---|---|---|---|
context |
void* |
Yes |
Plugin context |
Return Values
Return Value |
Description |
|---|---|
0 |
Success |
Non-zero |
Failure |
Parent topic: kdc_agent Plugin APIs