-
Notifications
You must be signed in to change notification settings - Fork 13
Legacy: PmRemoveCallback routine
Archie_UwU edited this page Nov 19, 2023
·
1 revision
You are reading the documentation of YYToolkit Legacy (v2.x.x) - for documentation on current-gen YYTK, see the Homepage.
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.
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
.