set_gauge_flags

The set_gauge_flags function is used to specify the flags for a gauge.

 

Syntax
void set_gauge_flags(
    PCSTRINGZ  name,
    FLAGS32  newflags
    );

 

Members
Parameters Description
name Specifies 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

 

See Also