Function: destroy_notify
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys a Notify.
Prototype
- C Prototype
aclError aclrtDestroyNotify(aclrtNotify notify)
- Python Function
1ret = acl.rt.destroy_notify(notify)
Parameter Description
Parameter |
Description |
|---|---|
notify |
Int, pointer address of Notify. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, 0 on success; else, failure. |
Parent topic: Notify Management