Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
1.6.2.1.13.13 GFX_GOL_TextEntryKeyMemberListDelete Function
This function will delete the key member list assigned to the object.
File
gfx_gol_text_entry.h
Syntax
void GFX_GOL_TextEntryKeyMemberListDelete(void * pObject);
Returns
None.
Description
This function will delete the key member list assigned to the object from memory. Pointer to the key member list is then
initialized to NULL. All memory resources allocated to the key member list is freed.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
Function
void GFX_GOL_TextEntryKeyMemberListDelete(
void *pObject)
1.6.2.1.13.14 GFX_GOL_TextEntryKeyTextSet Function
This function will set the text assigned to a key with the given index.
File
gfx_gol_text_entry.h
Syntax
bool GFX_GOL_TextEntryKeyTextSet(GFX_GOL_TEXTENTRY * pObject, uint16_t index, GFX_XCHAR *
pText);
Returns
TRUE - if the assignment was a success. FALSE - if the assignment was not successful.
Description
This function will set the text assigned to a key with the given index.
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
285
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf