Schedule Free
Function : Calendaring and Scheduling
Schedule_Free - Frees a schedule from within a container.
#include <schgtw.h>
STATUS LNPUBLIC Schedule_Free(
HCNTNR hCntnr,
HSCHEDULE hSched);
This routine frees a schedule from within a container.
Parameters : Input : hCntnr - Handle of schedule container.
hSched - The HCNTNROBJ of the schedule to free.
Output : (routine) - NOERROR - Successfully freed schedule. ERR_xxx - There are many possible errors. It is best to use the code in a call to OSLoadString and display/log the error for the user as your default error handling.
See Also : SchContainer_FindSchedule SchContainer_GetFirstSchedule SchContainer_GetNextSchedule Schedule_NewFromSchedList