ReactOS 0.4.16-dev-533-gc7d1aa3
|
Public Member Functions | |
HRESULT | OnLayoutChange () |
HRESULT | OnStatusChange ([in] DWORD dwFlags) |
HRESULT | OnAttributeChange ([in] REFGUID rguidAttribute) |
HRESULT | Serialize ([in] ITfProperty *pProp, [in] ITfRange *pRange, [out] TF_PERSISTENT_PROPERTY_HEADER_ACP *pHdr, [in] IStream *pStream) |
HRESULT | Unserialize ([in] ITfProperty *pProp, [in] const TF_PERSISTENT_PROPERTY_HEADER_ACP *pHdr, [in] IStream *pStream, [in] ITfPersistentPropertyLoaderACP *pLoader) |
HRESULT | ForceLoadProperty ([in] ITfProperty *pProp) |
HRESULT | CreateRange ([in] LONG acpStart, [in] LONG acpEnd, [out] ITfRangeACP **ppRange) |
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 IUnknown * | LPUNKNOWN |
HRESULT ITfContextOwnerServices::CreateRange | ( | [in] LONG | acpStart, |
[in] LONG | acpEnd, | ||
[out] ITfRangeACP ** | ppRange | ||
) |
HRESULT ITfContextOwnerServices::ForceLoadProperty | ( | [in] ITfProperty * | pProp | ) |
Referenced by CIMEUIWindowHandler::ImeUIMsImeModeBiasHandler().
HRESULT ITfContextOwnerServices::OnLayoutChange | ( | ) |
HRESULT ITfContextOwnerServices::Serialize | ( | [in] ITfProperty * | pProp, |
[in] ITfRange * | pRange, | ||
[out] TF_PERSISTENT_PROPERTY_HEADER_ACP * | pHdr, | ||
[in] IStream * | pStream | ||
) |
HRESULT ITfContextOwnerServices::Unserialize | ( | [in] ITfProperty * | pProp, |
[in] const TF_PERSISTENT_PROPERTY_HEADER_ACP * | pHdr, | ||
[in] IStream * | pStream, | ||
[in] ITfPersistentPropertyLoaderACP * | pLoader | ||
) |