This topic has not yet been rated - Rate this topic

ITfThreadMgr::GetGlobalCompartment method

Syntax


HRESULT GetGlobalCompartment(
  [out]  ITfCompartmentMgr **ppCompMgr
);

Parameters

ppCompMgr [out]

Pointer to a ITfCompartmentMgr interface that receives the global compartment manager.

Return value

This method can return one of these values.

ValueDescription
S_OK

The method was successful.

E_INVALIDARG

ppCompMgr is invalid.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Msctf.h

IDL

Msctf.idl

DLL

Msctf.dll

See also

ITfThreadMgr
ITfCompartmentMgr

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.