Help File:UnregisterFunction
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.