Cmdtarget.h

xiaoxiao2021-03-06  21

struct AFX_MSGMAP_ENTRY {unsigned int nMessage; // windows message unsigned int nCode; // control code or WM_NOTIFY code unsigned int nID; // control ID (or 0 for windows messages) unsigned int nLastID; // used for entries specifying a range of Control ID's unsigned int nsig; // signature type (action) or pointer to message # void * pfn; // routine to call (or special value)}

Struct AFX_MSGMAP {const AFX_MSGMAP * PBASEMAP; Const AFX_MSGMAP_ENTRY * LpenTries;

// DECLARE_MESSAGE_MAP () private: static const AFX_MSGMAP_ENTRY _messageEntries []; protected: static const AFX_MSGMAP messageMap; static const AFX_MSGMAP * _GetBaseMessageMap (); virtual const AFX_MSGMAP * GetMessageMap () const;

转载请注明原文地址:https://www.9cbs.com/read-41427.html

New Post(0)