CComDesignerBase::CustomRegistration

static HRESULT CustomRegistration ( BOOL bRegister, ATL_REGMAP_ENTRY **ppAtlRegMap );

Return Value

A standard HRESULT value.

Parameters

bRegister

TRUE to register the features and FALSE otherwise.

ppAtlRegMap

Pointer to registration map defined by the registration macros.

Remarks

CustomRegistration registers custom designer information as set up in the registration map. Override this in your designer if you need to register additional custom features.

See Also

Registration Macros