There was an error while loading. Please reload this page.
Removes a function from the callback table.
YYTKStatus PmRemoveCallback( CallbackAttributes_t* CallbackAttributes );
The callback identifier returned by PmCreateCallback.
The function returns YYTK_OK on success.
YYTK_OK
If the CallbackAttributes parameter is null, the function returns YYTK_INVALIDARG.
CallbackAttributes
YYTK_INVALIDARG
If the CallbackAttributes object no longer exists in the internal table, the function returns YYTK_NOT_FOUND.
YYTK_NOT_FOUND