BCGControlBar Pro for MFC
virtual BOOL CBCGPAppointmentBaseStorage::Add ( CBCGPAppointment pApp)
pure virtual

Adds an appointment to the storage.

Returns
TRUE if an appointment was added successfully to the storage; otherwise FALSE.

Implement the Add operation to add an appointment to the storage.

Parameters
pAppPoints to a CBCGPAppointment object. Cannot be NULL.