aclrtGetNotifyId
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the ID of a specified Notify object.
Prototype
aclError aclrtGetNotifyId(aclrtNotify notify, uint32_t *notifyId)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
notify |
Input |
Notify object to query. |
notifyId |
Output |
Notify ID. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Notify Management