Return to previous page | Return to menu | Go to next page
void
Event management function
Return the WORK area to the system
void slReturnWork(wkptr)
WORK *wkptr ;
wkptr Start address of work area to be returned to the system
The RAM area used as work is returned to the system.
None
The pointer returned to the system is re-registered in the system buffer, but the system does not check whether the returned pointer is registered. For this reason, if the same pointer is returned multiple times, problems such as the use of the same work for multiple events will occur in the “slGetWork” executed after this.
Reference: Chapter 10 Event Control
slReturnWork