Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
1.6.2.1.5.1 GFX_GOL_GroupboxTextGet Macro
This function returns the address of the current text string used by the object.
File
gfx_gol_group_box.h
Syntax
#define GFX_GOL_GroupboxTextGet(pObject) (((GFX_GOL_GROUPBOX *)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
GFX_XCHAR *pChar;
GFX_GOL_GROUPBOX pGroupbox;
pChar = GFX_GOL_GroupboxTextGet(pGroupbox);
Parameters
Parameters Description
pObject pointer to the object.
Function
GFX_XCHAR *GFX_GOL_GroupboxTextGet(
GFX_GOL_GROUPBOX *pObject)
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
195
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf