BOOL CBCGPPlannerManagerCtrl::RemoveAppointment | ( | CBCGPAppointment * | pApp, |
BOOL | bQuery = TRUE , |
||
BOOL | bRedraw = TRUE |
||
) |
Removes an appointment from the storage.
Call this function to remove pApp from the storage.
See AddAppointment() for how to set bQuery and bRedraw parameters.
pApp | Points to the appointment object to be removed. |
bQuery | If TRUE, the Planner Control will update its state (its internal list of appointments) from the storage; otherwise the internal list of appointments remains unchanged. |
bRedraw | If TRUE, the Planner Control will immediately adjust appointments and redraw itself, should be FALSE if bQuery is FALSE. |