get_gauge_flags
The get_gauge_flags function is used to retrieve the flags set on a gauge.
Syntax
FLAGS32 get_gauge_flags(
PCSTRINGZ name
);
Members
Parameters | Description |
---|---|
name |
Specifies the name of the gauge. |
Return Values
The function returns a FLAGS32 value containing the flags that are set. See set_gauge_flags
for a table of gauge flags.
Remarks
N/A
See Also