foobar2000 SDK  2015-01-14
search_tools.cpp
Go to the documentation of this file.
1 #include "foobar2000.h"
2 
4  pfc::string8 temp;
5  get_manual(temp);
6  popup_message::g_show(temp,"Search Expression Reference");
7 }
virtual void get_manual(pfc::string_base &p_out)=0
Retrieves the search expression manual string. See also: show_manual().
static void g_show(const char *p_msg, const char *p_title, t_icon p_icon=icon_information)
Static helper function instantiating the service and activating the message dialog. See show() for description of parameters.
Definition: popup_message.h:26