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