Name
hw_DetachDisplaySatellite -- detach satellite from display (V5.2)
Synopsis
void hw_DetachDisplaySatellite(APTR handle);
Library
display

Function
This function can be used to detach the specified satellite handle from its root display. After that the satellite's dispatcher function will no longer be called. See hw_AttachDisplaySatellite for details.

Designer compatibility
Unsupported

Inputs
handle
satellite handle allocated by hw_AttachDisplaySatellite()

Show TOC