Help File:UnregisterFunction

From Cheat Engine
Revision as of 18:20, 29 July 2021 by LeFiXER (talk | contribs) (Created page with "==UnregisterFunction== This function will remove a callback function that has been previously registered. '''functiondefinition''' ''BOOL UnregisterFunction(int pluginid, in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

UnregisterFunction

This function will remove a callback function that has been previously registered.

functiondefinition

BOOL UnregisterFunction(int pluginid, int functionid);

pluginid - The pluginid you got from InitializePlugin.
functionid - The result of RegisterFunction.

Returns TRUE if the functionid was found and removed for this plugin.