Skip to content

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.

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.

Quick Access

Documentation

Writeups

Clone this wiki locally