Notifies the helper that the given text is available but does not provide the characters until they are needed.
Syntax
HRESULT AddDeferredText( ULONG cChars, DWORD dwTextStartCookie );
Parameters
- cChars
- [in] Integer that specifies the number of characters to be added.
- dwTextStartCookie
- [in] Unsigned long integer value that specifies the host-defined cookie representing the starting position of the text.
Return Value
Returns S_OK if successful, or an error code otherwise.