Vault 7: Projects

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

File
gfx_gol.h
Syntax
void GFX_GOL_DrawCallbackSet(GFX_GOL_DRAW_CALLBACK_FUNC pFunc);
Returns
None.
Description
This function sets the draw callback function that the application will use to call primitive function to implement application
specific shapes.See GFX_GOL_DRAW_CALLBACK_FUNC definition for details on the draw callback function.
Preconditions
None.
Example
None.
Parameters
Parameters Description
pFunc pointer to the draw callback function.
Function
void GFX_GOL_DrawCallbackSet(
GFX_GOL_DRAW_CALLBACK_FUNC pFunc)
1.6.2.4.3 GFX_GOL_ObjectDrawDisable Function
This function resets the drawing state bits of the object.
File
gfx_gol.h
Syntax
void GFX_GOL_ObjectDrawDisable(GFX_GOL_OBJ_HEADER * pObject);
Returns
None.
Description
This function resets the drawing state bits of the object. This function can be called to cancel any drawing state bits that has
been set or clears all the drawing state bits after the object has been redrawn.
Preconditions
None.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
Function
void GFX_GOL_ObjectDrawDisable( GFX_GOL_OBJ_HEADER *pObject)
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
310

e-Highlighter

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

Un-highlight all Un-highlight selectionu Highlight selectionh