Error

OllyDbg Plugin API

Error

Displays message box with information about error. To continue, user must click OK button, press Enter or Esc. Use this call for critical errors only; if error is not very important, Flash, Message or Infoline are better alternatives.

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

Parameters:

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

See also: Flash, Message, Infoline