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