Vault 7: Projects

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

When creating the object, the alignment of the text of the object can be formatted with the same options that
GFX_TextStringBoxDraw() allows.
1.6.2.1.2.1 GFX_GOL_CheckBoxTextGet Macro
This function returns the address of the current text string used by the object.
File
gfx_gol_check_box.h
Syntax
#define GFX_GOL_CheckBoxTextGet(pObject) (((GFX_GOL_CHECKBOX *)pObject)->pText)
Returns
Pointer to text string.
Description
This function returns the address of the current text string used by the object.
Preconditions
Object must exist in memory.
Example
// assume CHECK_BOX_OBJECT is a radio button that exists
GFX_XCHAR *pChar;
GFX_GOL_CHECKBOX *pObject = &CHECK_BOX_OBJECT;
pChar = GFX_GOL_CheckBoxTextGet(pObject);
Parameters
Parameters Description
pObject pointer to the object.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
170

e-Highlighter

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

Un-highlight all Un-highlight selectionu Highlight selectionh