Pluginwriteinttoini

OllyDbg Plugin API

Pluginwriteinttoini

Stores an integer associated with a key in the plugin's personal section of the ollydbg.ini. Returns 1 on success and 0 on error.

int Pluginwriteinttoini(HINSTANCE dllinst,char *key,int value);

Parameters:

dllinst - plugin's instance;

key - name of the key to be associated with an integer;

value - integer to be written to ollydbg.ini.

See also: Pluginreadintfromini, Pluginwritestringtoini, Pluginreadstringfromini