Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c300 static HRESULT __thiscall ITextHostImpl_TxGetCharFormat(ITextHost *iface, const CHARFORMATW **ppCF) in ITextHostImpl_TxGetCharFormat() argument
303 TRACECALL("Call to TxGetCharFormat(%p, ppCF=%p)\n", This, ppCF); in ITextHostImpl_TxGetCharFormat()
304 *ppCF = (CHARFORMATW *)&This->char_format; in ITextHostImpl_TxGetCharFormat()
/reactos/sdk/include/psdk/
H A Dtextserv.h314 const CHARFORMATW** ppCF) PURE; in DECLARE_INTERFACE_()
/reactos/dll/win32/riched20/
H A Dtxthost.c259 …HIDDEN HRESULT __thiscall ITextHostImpl_TxGetCharFormat(ITextHost *iface, const CHARFORMATW **ppCF) in ITextHostImpl_TxGetCharFormat() argument