Click to return to the Component Development home page    
IDebugDocumentHelper::Add...     IDebugDocumentHelper::Add...     IDebugDocumentHelper Inte...    
Web Workshop  |  Component Development

IDebugDocumentHelper::AddDeferredText Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.