aclrtCntNotifyCreate
Applicability
Product |
Supported |
|---|---|
☓ |
|
☓ |
|
☓ |
|
☓ |
|
☓ |
Description
Creates a CntNotify object.
Prototype
aclError aclrtCntNotifyCreate(aclrtCntNotify *cntNotify, uint64_t flag)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
cntNotify |
Output |
Pointer to the CntNotify. |
flag |
Input |
Reserved. The value is fixed at 0. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: CntNotify Management