mstxDomainDestroy
Function Description
Destroys a specified domain. A destroyed domain cannot be re-used. Recreate one if you need to use it.
Function Prototype
1 | void mstxDomainDestroy (mstxDomainHandle_t domain) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
domain |
Input |
Handle of the domain to be destroyed. |
Returns
None