Share

CNavDialog::PreTranslateMessage

C++

BOOL PreTranslateMessage(
    MSG* pMsg
) override;

Description

Overrides the standard MFC function for filtering messages. Returns true if the message was translated and should not be dispatched and false if the message was not translated and should be dispatched.

Parameters

Parameters Description
pMsg Structure containing the message to filter

Links

CNavDialog Class

Was this information helpful?