ITextStoreACPServices interface (msctf.h)

The ITextStoreACPServices interface is implemented by the TSF manager to provide various services to an ACP-based application. To obtain an instance of this interface, an application calls QueryInterface on the punk parameter passed to ITextStoreACP::AdviseSink with IID_ITextStoreACPServices.

Inheritance

The ITextStoreACPServices interface inherits from the IUnknown interface. ITextStoreACPServices also has these types of members:

Methods

The ITextStoreACPServices interface has these methods.

 
ITextStoreACPServices::CreateRange

ITextStoreACPServices::CreateRange method
ITextStoreACPServices::ForceLoadProperty

ITextStoreACPServices::ForceLoadProperty method
ITextStoreACPServices::Serialize

ITextStoreACPServices::Serialize method
ITextStoreACPServices::Unserialize

ITextStoreACPServices::Unserialize method

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITextStoreACP::AdviseSink

IUnknown