ShowMessage
ShowMessage will display a small popup window containing a text message.
Useful for testing that the plugin works, and for debug purposes
ShowMessage(
char
* message //pointer to a 0-terminated string
);