Stopping the Plugin
Stops the plugin and stops processing requests.
Prototype
uint32_t KdcPluginStop(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