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:
|
Return Values
This function does not return a value.
Remarks
N/A
See Also