0 out of 1 rated this helpful - Rate this topic

ON_REGISTERED_THREAD_MESSAGE

Indicates which function will handle the message registered by the Windows RegisterWindowMessage function.

ON_REGISTERED_THREAD_MESSAGE(nMessageVariable, memberFxn )
nMessageVariable

The registered window-message ID variable.

memberFxn

The name of the CWinThread-message-handler function to which the message is mapped.

RegisterWindowMessage is used to define a new window message that is guaranteed to be unique throughout the system. ON_REGISTERED_THREAD_MESSAGE must be used instead of ON_REGISTERED_MESSAGE when you have a CWinThread class.

Header: afxmsg_.h

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ