acldvppDestroyResizeConfig
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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
0 on success; else, failure. For details, see aclError.
Parent topic: acldvppResizeConfig