Stores ASCII string associated with a key in the plugin's personal section of the ollydbg.ini. Returns 1 on success and 0 on error.
int Pluginwritestringtoini(HINSTANCE dllinst,char *key,char *s);
Parameters:
dllinst - plugin's instance;
key - name of the key to be associated with a string;
s - string to be stored in ollydbg.ini.
See also: Pluginreadstringfromini, Pluginwriteinttoini, Pluginreadintfromini