Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITfCompositionView::GetOwnerClsid method

Syntax


HRESULT GetOwnerClsid(
  [out] CLSID *pclsid
);

Parameters

pclsid [out]

Pointer to a CLSID that receives the class identifier of the text service that owns the composition.

Return value

This method can return one of these values.

ValueDescription
S_OK

The method was successful.

E_FAIL

An unspecified error occurred.

E_INVALIDARG

pclsid is invalid.

E_UNEXPECTED

The composition has been terminated.

 

Remarks

This method can be used to enable a text service to filter compositions that it does not own.

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:
© 2017 Microsoft