Home
last modified time | relevance | path

Searched refs:iNotify (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/riched20/
H A Dtxthost.c404 DECLSPEC_HIDDEN HRESULT __thiscall ITextHostImpl_TxNotify(ITextHost *iface, DWORD iNotify, void *pv) in ITextHostImpl_TxNotify() argument
415 switch (iNotify) in ITextHostImpl_TxNotify()
433 info->code = iNotify; in ITextHostImpl_TxNotify()
450 SendMessageW(editor->hwndParent, WM_COMMAND, MAKEWPARAM(id, iNotify), (LPARAM)hwnd); in ITextHostImpl_TxNotify()
/reactos/sdk/include/psdk/
H A Dtextserv.h351 DWORD iNotify, in DECLARE_INTERFACE_()
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c390 static HRESULT __thiscall ITextHostImpl_TxNotify(ITextHost *iface, DWORD iNotify, void *pv) in ITextHostImpl_TxNotify() argument
393 TRACECALL("Call to TxNotify(%p, iNotify=%d, pv=%p)\n", This, iNotify, pv); in ITextHostImpl_TxNotify()