aclrtDestroyGroupInfo
The
The
Description
Destroys aclrtGroupInfo and frees the related memory. Only data of the aclrtGroupInfo type created by using aclrtCreateGroupInfo can be destroyed.
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.
Parent topic: Group Management