Name
ShowHideDisplay -- show or hide the display (V6.0)
Synopsis
int error = ShowHideDisplay(APTR handle, int show, struct hwTagList *t);
Function
This function must show or hide the display depending on the state passed as parameter 2.
Inputs
handle
display handle returned by
OpenDisplay()
show
True
to show the display,
False
to hide it
t
taglist for additional options (currently always
NULL
)
Results
error
error code or 0 for success
Show TOC