Legacy: PmRemoveCallback routine - AurieFramework/YYToolkit GitHub Wiki
Homepage.
You are reading the documentation of YYToolkit Legacy (v2.x.x) - for documentation on current-gen YYTK, see theRemoves a function from the callback table.
Syntax
YYTKStatus PmRemoveCallback(
CallbackAttributes_t* CallbackAttributes
);
Parameters
CallbackAttributes
The callback identifier returned by PmCreateCallback.
Return Value
The function returns YYTK_OK
on success.
If the CallbackAttributes
parameter is null, the function returns YYTK_INVALIDARG
.
If the CallbackAttributes
object no longer exists in the internal table, the function returns YYTK_NOT_FOUND
.