freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

mfc中消息映射機(jī)制分析(編輯修改稿)

2024-09-26 09:24 本頁面
 

【文章內(nèi)容簡(jiǎn)介】 怪符號(hào) //}}和 //{{,是 ClassWizard產(chǎn)生的,對(duì)程序無 影響 。 觀察 DECLARE_MESSAGE_MAP 的定義: define DECLARE_MESSAGE_MAP () private: static const AFX_MESSAGE_ENTRY _messageEntries[]。 protected: static AFX_DATA const AFX_MSGMAP messageMap。 virtual const AFX_MSGMAP* GetMessageMap() const。 里面又包含了 MFC 新定義的兩個(gè)數(shù)據(jù)結(jié)構(gòu),如下: AFX_MSGMAP_ENTRY struct AFX_MSGMAP_ENTRY { UINT nMessage。 // windows message UINT nCode。 // control code or WM_NOTIFY code UINT nID。 // control ID (or 0 for windows messages) UINT nLastID。 // used for entries specifying a range of control id39。s UINT nSig。 // signature type (action) or pointer to message AFX_PMSG pfn。 // routine to call (or special value) }。 和 AFX_MSGMAP struct AFX_MSGMAP { const AFX_MSGMAP* pBaseMap。 const AFX_MSGMAP_ENTRY* lpEntries。 }。 其中 AFX_MSGMAP_ENTRY 結(jié)構(gòu)包含了一個(gè)消息的所有相關(guān)信息 ,而 AFX_MSGMAP 主要作用有兩個(gè),一是用來得到基類的消息映射入口地址。二是得到本身的消息映射入口地址。 實(shí)際上, MF
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1