Flash

void Flash(wchar_t *format,...);

Creates message according to format and displays it in the info line on the bottom of the main OllyDbg window using alert colours (default is red text on the yellow background). Short afterwards this message disappears. Default flash time is 700 milliseconds.


Parameters:

format
(in) Pointer to the UNICODE string, printf()-like format used to create the message. Maximal length of the message is TEXTLEN+MAX_PATH wide characters, although OllyDbg displays only the first TEXTLEN of them
...
(in) Zero or more format parameters


Return values:

None


See also:
Info(), Message(), Moveprogress(), Progress(), Tempinfo()