Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.