Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.

Syntax
#define GFX_GOL_DigitalMeterTextAlignmentGet(pObject) \
(((GFX_GOL_DIGITALMETER *)pObject)->alignment)
Returns
The text alignment set in the object. See GFX_ALIGNMENT for more details.
Description
This function returns the text alignment of the text string used by the object.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
Function
GFX_ALIGNMENT GFX_GOL_DigitalMeterTextAlignmentGet(
GFX_GOL_DIGITALMETER *pObject)
1.6.2.1.3.2 GFX_GOL_DigitalMeterTextAlignmentSet Macro
This function sets the text alignment of the text string used by the object.
File
gfx_gol_digital_meter.h
Syntax
#define GFX_GOL_DigitalMeterTextAlignmentSet(pObject, align) \
(((GFX_GOL_DIGITALMETER *)pObject)->alignment = align)
Returns
None.
Description
This function sets the text alignment of the text string used by the object.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject Pointer to the object.
align The alignment set for the text in the object. See
GFX_ALIGNMENT for more details.
Function
void GFX_GOL_DigitalMeterTextAlignmentSet(
GFX_GOL_DIGITALMETER *pObject,
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
178

e-Highlighter

Click to send permalink to address bar, or right-click to copy permalink.

Un-highlight all Un-highlight selectionu Highlight selectionh