Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
1.6.2.1.9.1 GFX_GOL_ProgressBarPositionGet Macro
This function returns the current position of the progress bar.
File
gfx_gol_progress_bar.h
Syntax
#define GFX_GOL_ProgressBarPositionGet(pObject) (((GFX_GOL_PROGRESSBAR*)pObject)->pos)
Returns
The current position of the scroll bar thumb.
Description
This function returns the current position of the progress bar.
Preconditions
Object must exist in memory.
Example
See GFX_GOL_ProgressBarPositionSet() example.
Parameters
Parameters Description
pObject pointer to the object.
Function
uint16_t GFX_GOL_ProgressBarPositionGet(
GFX_GOL_PROGRESSBAR *pObject)
1.6.2.1.9.2 GFX_GOL_ProgressBarRangeGet Macro
This function returns the range of the progress bar.
File
gfx_gol_progress_bar.h
Syntax
#define GFX_GOL_ProgressBarRangeGet(pObject) (pObject->range)
Returns
The current range used by the object.
Description
This function returns the range of the progress bar.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
239
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf