Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
File
gfx_gol_meter.h
Syntax
#define GFX_GOL_MeterMaximumValueGet(pObject) (((GFX_GOL_METER *)pObject)->maxValue)
Returns
The current maximum value set for the object.
Description
This function returns the maximum value set for the meter.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
Function
void GFX_GOL_MeterMaximumValueGet(
GFX_GOL_METER *pObject)
1.6.2.1.7.2 GFX_GOL_MeterMinimumValueGet Macro
This function returns the minimum value set for the meter.
File
gfx_gol_meter.h
Syntax
#define GFX_GOL_MeterMinimumValueGet(pObject) (((GFX_GOL_METER *)pObject)->minValue)
Returns
The current minimum value set for the object.
Description
This function returns the minimum value set for the meter.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
Function
void GFX_GOL_MeterMinimumValueGet(
GFX_GOL_METER *pObject)
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
219
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf