hi_mpi_rgn_destroy
The
The
Description
Destroys a region.
Restrictions
The regions must be created before you call this API.
Prototype
hi_s32 hi_mpi_rgn_destroy(hi_rgn_handle handle)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Region handle ID. Value range: [0, 1024) |
Returns
- 0: success.
- Other values: failure. For details, see Region Management Return Codes.
Parent topic: Region Management