Home
last modified time | relevance | path

Searched refs:EN_LINK (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/psdk/
H A Drichedit.h202 #define EN_LINK 0x070b macro
/reactos/dll/win32/riched20/
H A Dtxthost.c418 case EN_LINK: in ITextHostImpl_TxNotify()
H A Deditor.c3441 info.nmhdr.code = EN_LINK; in ME_LinkNotify()
/reactos/base/applications/mscutils/eventvwr/
H A Devtdetctl.c926 case EN_LINK: in EventDetailsCtrl()
/reactos/base/applications/rapps/
H A Dappview.cpp819 case EN_LINK: in ProcessWindowMessage()
/reactos/sdk/include/reactos/
H A Dmsgdump.h540 case EN_LINK: return TEXT("EN_LINK"); in MD_GetNotifyCode()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c6750 if(message == WM_NOTIFY && ((NMHDR*)lParam)->code == EN_LINK) in EN_LINK_ParentMsgCheckProcA()