acldvppDestroyResizeConfig
Description
Destroys data of the acldvppResizeConfig type created by the acldvppCreateResizeConfig call.
Prototype
aclError acldvppDestroyResizeConfig(acldvppResizeConfig *resizeConfig)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
resizeConfig |
Input |
Pointer to data of the acldvppResizeConfig type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: acldvppResizeConfig