ITextStoreACPServices::ForceLoadProperty method (msctf.h)
Forces all values of an asynchronously loaded property to be loaded.
Syntax
HRESULT ForceLoadProperty(
[in] ITfProperty *pProp
);
Parameters
[in] pProp
Pointer to an ITfProperty object that specifies the property to load.
Return value
This method can return one of these values.
Value | Description |
---|---|
|
The method was successful. |
|
A memory allocation error occurred. |
|
An unspecified error occurred. |
Remarks
When calling this method, the application must be able to grant a synchronous read-only lock.
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 |
DLL | Msctf.dll |
Redistributable | TSF 1.0 on Windows 2000 Professional |
See also
ITextStoreACPServices interface, ITextStoreACPServices::Unserialize, ITfPersistentPropertyLoaderACP interface, ITfProperty interface