CEventFactory::FilterCommandEvent

bool CEventFactory::FilterCommandEvent(UINT nID, int nCode)

Filter out unwanted Windows command messages.

Defined in: EventFactory.h

Return Value

TRUE if the message is supported by the factory; otherwise FALSE.

Parameters

nID

Command ID.

nCode

Notification code.

Comments

The base class implementation always returns TRUE. Override this method to filter out unwanted command messages.