Infoline

OllyDbg Plugin API

Infoline

Displays message on the bottom of main OllyDbg window. If format is NULL, currently displayed message will be removed. Call to Infoline removes flash and progress bar from the bottom line.

void Infoline(char *format,...);

Parameters:

format - format string (as in call to printf), followed by optional arguments.

See also: Addtolist, Updatelist, Createlistwindow, Message, Progress, Flash