ReactOS 0.4.16-dev-1946-g52006dd
displayattributemgr.cpp File Reference
#include "precomp.h"
#include "displayattributemgr.h"
#include <wine/debug.h>
Include dependency graph for displayattributemgr.cpp:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (msctf)
 
EXTERN_C HRESULT DisplayAttributeMgr_Constructor (IUnknown *pUnkOuter, IUnknown **ppOut)
 

Function Documentation

◆ DisplayAttributeMgr_Constructor()

EXTERN_C HRESULT DisplayAttributeMgr_Constructor ( IUnknown pUnkOuter,
IUnknown **  ppOut 
)

Definition at line 122 of file displayattributemgr.cpp.

123{
124 if (pUnkOuter)
126
128 if (!This)
129 return E_OUTOFMEMORY;
130
131 HRESULT hr = This->QueryInterface(IID_ITfDisplayAttributeMgr, (void **)ppOut);
132 This->Release();
133 return hr;
134}
#define cicNoThrow
Definition: cicbase.h:46
#define E_OUTOFMEMORY
Definition: ddrawi.h:100
HRESULT hr
Definition: shlfolder.c:183
#define CLASS_E_NOAGGREGATION
Definition: winerror.h:3771

Referenced by TF_CreateDisplayAttributeMgr().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( msctf  )