Reads integer associated with a key from the plugin's personal section of the ollydbg.ini. On success, returns integer from the initializations file. On error, returns specified default value.
int Pluginreadintfromini(HINSTANCE dllinst,char *key,int def);
Parameters:
dllinst - plugin's instance;
key - name of the key associated with an integer;
def - default value.
See also: Pluginwriteinttoini, Pluginwritestringtoini, Pluginreadstringfromini