BCGControlBar Pro for MFC
static DWORD CBCGPPlannerManagerCtrl::RegisterRule ( CRuntimeClass *  pRuleClass)
static

Registers a recurrence rule

Returns
The ID of registered rule.

Use this method to register a new recurrence rule. The rule must be derived from CBCGPRecurrenceBaseRule.

Parameters
pRuleClassA pointer to runtime class information of the rule to be registered.