Searched refs:ppCF (Results 1 – 3 of 3) sorted by relevance
300 static HRESULT __thiscall ITextHostImpl_TxGetCharFormat(ITextHost *iface, const CHARFORMATW **ppCF) in ITextHostImpl_TxGetCharFormat() argument303 TRACECALL("Call to TxGetCharFormat(%p, ppCF=%p)\n", This, ppCF); in ITextHostImpl_TxGetCharFormat()304 *ppCF = (CHARFORMATW *)&This->char_format; in ITextHostImpl_TxGetCharFormat()
314 const CHARFORMATW** ppCF) PURE; in DECLARE_INTERFACE_()
259 …HIDDEN HRESULT __thiscall ITextHostImpl_TxGetCharFormat(ITextHost *iface, const CHARFORMATW **ppCF) in ITextHostImpl_TxGetCharFormat() argument