Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Returns
The number of items in the list box.
Description
This function returns the count of items in the list box.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject The pointer to the object.
Function
uint16_t GFX_GOL_ListBoxItemCountGet(
GFX_GOL_LISTBOX *pObject)
1.6.2.1.6.2 GFX_GOL_ListBoxItemImageGet Macro
This function gets the image set for a list box item.
File
gfx_gol_list_box.h
Syntax
#define GFX_GOL_ListBoxItemImageGet(pItem) (((GFX_GOL_LISTITEM *)pItem)->pImage)
Returns
Pointer to the image used for the item.
Description
This function gets the image set for a list box item.
Preconditions
Object must exist in memory.
Example
See GFX_GOL_ListBoxItemListGet() example.
Parameters
Parameters Description
pItem pointer to the list box item.
Function
GFX_RESOURCE_HDR *GFX_GOL_ListBoxItemImageGet(
GFX_GOL_LISTITEM *pItem)
1.6.2.1.6.3 GFX_GOL_ListBoxItemImageSet Macro
This function sets the image for a list box item.
File
gfx_gol_list_box.h
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
202
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf