ITextStoreACPServices interface
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.
Members
The ITextStoreACPServices interface inherits from the IUnknown interface. ITextStoreACPServices also has these types of members:
Methods
The ITextStoreACPServices interface has these methods.
| Method | Description |
|---|---|
| CreateRange |
Creates a range object from two ACP values. |
| ForceLoadProperty |
Forces all values of an asynchronously loaded property to be loaded. |
| Serialize |
Obtains a property from a range of text and writes the property data into a stream object. |
| Unserialize |
Takes previously serialized property data and applies it to a property object. |
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 |
|
|
IDL |
|
|
DLL |
|
See also