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