Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Parameters
Parameters Description
pObject pointer to the object.
type the draw type selected (see
GFX_GOL_METER_DRAW_TYPE for more information).
Function
void GFX_GOL_MeterTypeSet(
GFX_GOL_METER *pObject,
GFX_GOL_METER_DRAW_TYPE type)
1.6.2.1.7.5 GFX_GOL_MeterValueFontSet Macro
This function sets the meter's displayed value font used.
File
gfx_gol_meter.h
Syntax
#define GFX_GOL_MeterValueFontSet(pObject, pNewFont) (((GFX_GOL_METER
*)pObject)->pValueFont = pNewFont)
Returns
None.
Description
This function sets the meter's displayed value font used. Font pointer must be initialized to a valid GFX_RESOURCE_HDR.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
pNewFont pointer to the selected font.
Function
void GFX_GOL_MeterValueFontSet(
GFX_GOL_METER *pObject,
GFX_RESOURCE_HDR *pNewFont)
1.6.2.1.7.6 GFX_GOL_MeterValueGet Macro
This function returns the current value of the meter.
File
gfx_gol_meter.h
Syntax
#define GFX_GOL_MeterValueGet(pMtr) (((GFX_GOL_METER*)pMtr)->value)
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
221
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf