Adds a given set of double-byte character set (DBCS) characters to the end of a document.
Syntax
HRESULT AddDBCSText( LPCSTR 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.