Message::GetMessageType
Defined in:
Returns the dynamic type identifier of a message.
C4Messages.hPrototype
MessageType GetMessageType(void) const;
Description
The GetMessageType function is typically called from the Application::CreateMessage function to determine what type of message needs to be constructed or from the Application::ReceiveMessage function to determine what type of message is being received.
See Also
