CEventFactory::FilterWindowsEvent

bool CEventFactory::FilterWindowsEvent(UINT message, WPARAM wParam, LPARAM lParam)

Filter out unwanted Windows messages.

Defined in: EventFactory.h

Return Value

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

Parameters

message

Windows message ID (WM_*).

wParam

Word parameter for windows message.

lParam

Long parameter for windows message.

Comments

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