aclrtDestroyGroupInfo
Applicability
Product |
Supported |
|---|---|
☓ |
|
☓ |
|
☓ |
|
☓ |
|
☓ |
Description
Destroys aclrtGroupInfo and frees the related memory. Only data of the aclrtGroupInfo type created by using aclrtCreateGroupInfo can be destroyed.
This API cannot be called in the
Prototype
aclError aclrtDestroyGroupInfo(aclrtGroupInfo *groupInfo)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
groupInfo |
Input |
Pointer to data of the aclrtGroupInfo type to destroy. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Group Management