I am trying to use C++ Gauges Function Reference (set_gauge_flags and panel_window_close_ident).
"panel_window_close_ident" working well but i can't got worked "set_gauge_flags" reference.
i havealways got that ;
": error C2447: '{' : missing function header (old-style formal list?)"
Where is the error or how shoud i use "set_gauge_flags" ?
"panel_window_close_ident" working well but i can't got worked "set_gauge_flags" reference.
i havealways got that ;
": error C2447: '{' : missing function header (old-style formal list?)"
Where is the error or how shoud i use "set_gauge_flags" ?
Code:
/////////////////////////////////////////////////////////////////////////////
{
void set_gauge_flags(PCSTRINGZ hostes_vc, FLAGS32 0x2)
}
/////////////////////////////////////////////////////////////////////////////
BOOL window_close_ident (UINT32 panel_id)
{
return panel_window_close_ident (12100);
}
/////////////////////////////////////////////////////////////////////////////


