# set_gauge_flags The **set\_gauge\_flags** function is used to specify the flags for a gauge.   ##### Syntax ``` wasm void set_gauge_flags( PCSTRINGZ name, FLAGS32 newflags ); ```   ##### Members
ParametersDescription
nameSpecifies the name of the gauge.
newflags

One or more of the following flags:

  • GAUGE_FLAG_NORMAL (0)
  • GAUGE_FLAG_HIDDEN (0x1)
  • GAUGE_FLAG_BLINKING (0x2)
  • GAUGE_FLAG_GRAYED (0x4)
  • GAUGE_FLAG_HILIGHTED (0x8 )
  ##### Return Values This function does not return a value.   ##### Remarks N/A