Click to return to the Reusing Browser Technology home page    
IMarkupServices::ParseGlo...     IMarkupServices::Remove M...     IMarkupServices Interface    
Web Workshop  |  Reusing Browser Technology

IMarkupServices::ParseString Method


Creates an IMarkupContainer that contains the results of parsing the contents of a string.

Syntax

HRESULT ParseString(
   OLECHAR *pchHTML
   DWORD dwFlags,
   IMarkupContainer **ppContainerResult,
   IMarkupPointer *pPointerStart,
   IMarkupPointer *pPointerFinish
);

Parameters

pchHTML
NULL-terminated string to parse.
dwFlags
Reserved. Must be set to zero.
ppContainerResult
Address of a pointer to an IMarkupContainer interface that returns the results of parsing the contents of a string.
pPointerStart
Address of an IMarkupPointer interface used to indicate the start point of the selection in the string.
pPointerFinish
Address of an IMarkupPointer interface used to indicate the end point of the selection in the string.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

ParseGlobal


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.