Go to the documentation of this file.
189 #define MC_WC_HTMLW L"mCtrl.html"
191 #define MC_WC_HTMLA "mCtrl.html"
202 #define MC_HS_NOCONTEXTMENU 0x0001
218 #define MC_HM_GOTOURLW (MC_HM_FIRST + 10)
226 #define MC_HM_GOTOURLA (MC_HM_FIRST + 11)
235 #define MC_HM_SETTAGCONTENTSW (MC_HM_FIRST + 12)
244 #define MC_HM_SETTAGCONTENTSA (MC_HM_FIRST + 13)
254 #define MC_HM_GOBACK (MC_HM_FIRST + 14)
264 #define MC_HM_CANBACK (MC_HM_FIRST + 15)
278 typedef struct MC_NMHTMLURLW_tag {
289 typedef struct MC_NMHTMLURLA_tag {
300 typedef struct MC_NMHTMLPROGRESS_tag {
313 typedef struct MC_NMHTMLTEXTW_tag {
324 typedef struct MC_NMHTMLTEXTA_tag {
335 typedef struct MC_NMHTMLHISTORY_tag {
359 #define MC_HN_APPLINK (MC_HN_FIRST + 0)
368 #define MC_HN_DOCUMENTCOMPLETE (MC_HN_FIRST + 1)
380 #define MC_HN_PROGRESS (MC_HN_FIRST + 2)
392 #define MC_HN_STATUSTEXT (MC_HN_FIRST + 3)
404 #define MC_HN_TITLETEXT (MC_HN_FIRST + 4)
419 #define MC_HN_HISTORY (MC_HN_FIRST + 5)
435 #define MC_HN_NEWWINDOW (MC_HN_FIRST + 6)
446 #define MC_WC_HTML MCTRL_NAME_AW(MC_WC_HTML)
448 #define MC_HM_GOTOURL MCTRL_NAME_AW(MC_HM_GOTOURL)
450 #define MC_HM_SETTAGCONTENTS MCTRL_NAME_AW(MC_HM_SETTAGCONTENTS)
452 #define MC_NMHTMLURL MCTRL_NAME_AW(MC_NMHTMLURL)
454 #define MC_NMHTMLTEXT MCTRL_NAME_AW(MC_NMHTMLTEXT)