ReactOS 0.4.17-dev-0-g129ef35
profile.cpp File Reference
#include "msctfime.h"
Include dependency graph for profile.cpp:

Go to the source code of this file.

Classes

class  CicEnumValue< T_IFACE, T_DATA >
 

Typedefs

typedef HRESULT(CALLBACKFN_LanguageProfilesCallback) (TF_LANGUAGEPROFILE profile, LPARAM lParam)
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (msctfime)
 
 STDMETHODIMP_ (ULONG) CicProfile
 @implemented
 

Typedef Documentation

◆ FN_LanguageProfilesCallback

typedef HRESULT(CALLBACK * FN_LanguageProfilesCallback) (TF_LANGUAGEPROFILE profile, LPARAM lParam)

Definition at line 13 of file profile.cpp.

Function Documentation

◆ STDMETHODIMP_()

STDMETHODIMP_ ( ULONG  )

@implemented

Definition at line 107 of file profile.cpp.

108{
109 return ::InterlockedIncrement(&m_cRefs);
110}

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( msctfime  )