Adds a given set of Unicode characters to the end of a document.
Syntax
HRESULT AddUnicodeText( LPCOLESTR pszText );
Parameters
- pszText
- [in] Address of a string that contains the text to be added.
Return Value
Returns S_OK if successful, or an error code otherwise.