ITfPersistentPropertyLoaderACP interface (msctf.h)

The ITfPersistentPropertyLoaderACP interface is implemented by an application and used by the TSF manager to load properties asynchronously. An application passes an instance of this interface when calling ITextStoreACPServices::Unserialize. When properties are loaded by a call to ITextStoreACPServices::Unserialize , this interface is used to load properties when required rather than all at once.

Inheritance

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

Methods

The ITfPersistentPropertyLoaderACP interface has these methods.

 
ITfPersistentPropertyLoaderACP::LoadProperty

ITfPersistentPropertyLoaderACP::LoadProperty 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

ITextStoreACPServices::Unserialize

IUnknown