IInputPersonalizationWordSink::AddCompleted method
When text adding has completed.
Syntax
HRESULT AddCompleted(
[in] HRESULT hr,
[in] DWORD dwCompletionPhase
);
Parameters
hr [in]
The HRESULT of the completed add.dwCompletionPhase [in]
The phase that added text completed with. This should be 2 if the add has completed.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.