Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

Plugin.LockFunction

Locks a function with a password.

Component Version macOS Windows Linux Server iOS SDK
Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Plugin.LockFunction"; name; password )   More

Parameters

Parameter Description Example
name A function name like RemoteControl.ClickMouse. "RemoteControl.ClickMouse"
password The password to use. "secure"

Result

Returns OK or error.

Description

Locks a function with a password.
The function can no longer be called until unlocked.

Examples

Locks version function:

MBS("Plugin.LockFunction"; "Version"; "test")

See also

Blog Entries

This function is free to use.

Created 20th October 2015, last changed 21st October 2017


Plugin.LoadIconvLibrary - Plugin.ObjectCounts

💬 Ask a question or report a problem