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