ITfContextComposition::TakeOwnership method

Syntax


HRESULT TakeOwnership(
  [in]  TfEditCookie       ecWrite,
  [in]  ITfCompositionView *pComposition,
  [in]  ITfCompositionSink *pSink,
  [out] ITfComposition     **ppComposition
);

Parameters

ecWrite [in]

Not used.

pComposition [in]

Not used.

pSink [in]

Not used.

ppComposition [out]

Not used.

Return value

This method can return one of these values.

ValueDescription
E_NOTIMPL

This method is not currently implemented.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Msctf.h

IDL

Msctf.idl

DLL

Msctf.dll

 

 

Show: