Go to the documentation of this file.
175 #define MC_WC_HTMLW L"mCtrl.html"
177 #define MC_WC_HTMLA "mCtrl.html"
188 #define MC_HS_NOCONTEXTMENU 0x0001
204 #define MC_HM_GOTOURLW (MC_HM_FIRST + 10)
212 #define MC_HM_GOTOURLA (MC_HM_FIRST + 11)
221 #define MC_HM_SETTAGCONTENTSW (MC_HM_FIRST + 12)
230 #define MC_HM_SETTAGCONTENTSA (MC_HM_FIRST + 13)
240 #define MC_HM_GOBACK (MC_HM_FIRST + 14)
250 #define MC_HM_CANBACK (MC_HM_FIRST + 15)
264 typedef struct MC_NMHTMLURLW_tag {
275 typedef struct MC_NMHTMLURLA_tag {
286 typedef struct MC_NMHTMLPROGRESS_tag {
299 typedef struct MC_NMHTMLTEXTW_tag {
310 typedef struct MC_NMHTMLTEXTA_tag {
321 typedef struct MC_NMHTMLHISTORY_tag {
345 #define MC_HN_APPLINK (MC_HN_FIRST + 0)
354 #define MC_HN_DOCUMENTCOMPLETE (MC_HN_FIRST + 1)
366 #define MC_HN_PROGRESS (MC_HN_FIRST + 2)
378 #define MC_HN_STATUSTEXT (MC_HN_FIRST + 3)
390 #define MC_HN_TITLETEXT (MC_HN_FIRST + 4)
405 #define MC_HN_HISTORY (MC_HN_FIRST + 5)
421 #define MC_HN_NEWWINDOW (MC_HN_FIRST + 6)
432 #define MC_WC_HTML MCTRL_NAME_AW(MC_WC_HTML)
434 #define MC_HM_GOTOURL MCTRL_NAME_AW(MC_HM_GOTOURL)
436 #define MC_HM_SETTAGCONTENTS MCTRL_NAME_AW(MC_HM_SETTAGCONTENTS)
438 #define MC_NMHTMLURL MCTRL_NAME_AW(MC_NMHTMLURL)
440 #define MC_NMHTMLTEXT MCTRL_NAME_AW(MC_NMHTMLTEXT)