Return to previous page | Return to menu | Go to next page


void
Event management function

slReturnWork

Return the WORK area to the system

Format

void slReturnWork(wkptr)
WORK *wkptr ;

Parameter

wkptr Start address of work area to be returned to the system

Function

The RAM area used as work is returned to the system.

Return value

None

Remarks

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


Return to previous page | Return to menu | Go to next page