SECEditMsg Class
class SECEditMsg: public IUnkownImpl_T<Message>
This is an abstraction for sending command messages. Each command message contains an identifier which specifies the type of command being performed.Defined in: SECEditCommand.h
Class Members
inline SECEditMsg(unsigned int nMsgID)
Constructor.
inline virtual unsigned int GetTypeID() const
Returns the id of the message.
inline virtual void Sprint(CString& strCmd)
Prints a description of the message for logging purposes.