Go to the documentation of this file.
188 #define MC_WC_HTMLW L"mCtrl.html"
190 #define MC_WC_HTMLA "mCtrl.html"
201 #define MC_HS_NOCONTEXTMENU 0x0001
217 #define MC_HM_GOTOURLW (MC_HM_FIRST + 10)
225 #define MC_HM_GOTOURLA (MC_HM_FIRST + 11)
234 #define MC_HM_SETTAGCONTENTSW (MC_HM_FIRST + 12)
243 #define MC_HM_SETTAGCONTENTSA (MC_HM_FIRST + 13)
253 #define MC_HM_GOBACK (MC_HM_FIRST + 14)
263 #define MC_HM_CANBACK (MC_HM_FIRST + 15)
277 typedef struct MC_NMHTMLURLW_tag {
288 typedef struct MC_NMHTMLURLA_tag {
299 typedef struct MC_NMHTMLPROGRESS_tag {
312 typedef struct MC_NMHTMLTEXTW_tag {
323 typedef struct MC_NMHTMLTEXTA_tag {
334 typedef struct MC_NMHTMLHISTORY_tag {
358 #define MC_HN_APPLINK (MC_HN_FIRST + 0)
367 #define MC_HN_DOCUMENTCOMPLETE (MC_HN_FIRST + 1)
379 #define MC_HN_PROGRESS (MC_HN_FIRST + 2)
391 #define MC_HN_STATUSTEXT (MC_HN_FIRST + 3)
403 #define MC_HN_TITLETEXT (MC_HN_FIRST + 4)
418 #define MC_HN_HISTORY (MC_HN_FIRST + 5)
434 #define MC_HN_NEWWINDOW (MC_HN_FIRST + 6)
445 #define MC_WC_HTML MCTRL_NAME_AW(MC_WC_HTML)
447 #define MC_HM_GOTOURL MCTRL_NAME_AW(MC_HM_GOTOURL)
449 #define MC_HM_SETTAGCONTENTS MCTRL_NAME_AW(MC_HM_SETTAGCONTENTS)
451 #define MC_NMHTMLURL MCTRL_NAME_AW(MC_NMHTMLURL)
453 #define MC_NMHTMLTEXT MCTRL_NAME_AW(MC_NMHTMLTEXT)