ReactOS 0.4.15-dev-7953-g1f49173
ITextStoreACPServices Interface Reference
Inheritance diagram for ITextStoreACPServices:
Collaboration diagram for ITextStoreACPServices:

Public Member Functions

HRESULT Serialize ([in] ITfProperty *prop, [in] ITfRange *range, [out] TF_PERSISTENT_PROPERTY_HEADER_ACP *header, [in] IStream *stream)
 
HRESULT Unserialize ([in] ITfProperty *prop, [in] const TF_PERSISTENT_PROPERTY_HEADER_ACP *header, [in] IStream *stream, [in] ITfPersistentPropertyLoaderACP *loader)
 
HRESULT ForceLoadProperty ([in] ITfProperty *prop)
 
HRESULT CreateRange ([in] LONG start, [in] LONG end, [out] ITfRangeACP **range)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 399 of file msctf.idl.

Member Function Documentation

◆ CreateRange()

HRESULT ITextStoreACPServices::CreateRange ( [in] LONG  start,
[in] LONG  end,
[out] ITfRangeACP **  range 
)

◆ ForceLoadProperty()

HRESULT ITextStoreACPServices::ForceLoadProperty ( [in] ITfProperty prop)

◆ Serialize()

HRESULT ITextStoreACPServices::Serialize ( [in] ITfProperty prop,
[in] ITfRange range,
[out] TF_PERSISTENT_PROPERTY_HEADER_ACP header,
[in] IStream stream 
)

◆ Unserialize()

HRESULT ITextStoreACPServices::Unserialize ( [in] ITfProperty prop,
[in] const TF_PERSISTENT_PROPERTY_HEADER_ACP header,
[in] IStream stream,
[in] ITfPersistentPropertyLoaderACP loader 
)

The documentation for this interface was generated from the following file: