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

SchdSpecialClose

The SchdSpecialClose 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 SchdSpecialOpen function.

Syntax

INT SchdSpecialClose(LONG Session)

Session:

Current special day group browsing session obtained by SchdSpecialOpen

Return Value

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

Related Functions

SchdSpecialOpen, SchdSpecialFirst, SchdSpecialNext, SchdSpecialPrev, SchdSpecialGetField, SchdSpecialNumRecords

See Also

Scheduler Functions

Published June 2018