Cicode Programming Reference > Cicode Function Categories > Scheduler Functions > SchdSpecialItemClose

SchdSpecialItemClose

This function terminates a browsing session and cleans up the resources used by the session. This function uses iSession as the argument which is previously returned by the SchdSpecialItemOpen function.

Syntax

INT SchdSpecialItemClose(LONG Session)

Session:

Current schedule special item browsing session obtained by SchdSpecialItemOpen

Return Value

0 (zero) if the browsing session exists, otherwise an error code is returned.

Related Functions

SchdSpecialItemOpen, SchdSpecialItemFirst, SchdSpecialItemNext, SchdSpecialItemPrev, SchdSpecialItemGetField, SchdSpecialItemNumRecords

See Also

Scheduler Functions

Published June 2018