SECXMLDocument::GetTextTag

BOOL SECXMLDocument::GetTextTag(IXMLDOMNode* pNode, BSTR& strTag)

Get the text value of the first child of the specified element.

Defined in: XMLDomDoc.h

Return Value

Returns TRUE if successful, FALSE otherwise.

Parameters

pNode

The element whose text child is to be found.

strTag

The out parameter with the value of the child.