SECXMLDocument::FindTextTag

Find the specified tag and return a bstr value for the first text child. Make sure to call LoadMap or MapElements before using.

Defined in: XMLDomDoc.h

Syntax

FindTextTag(const _bstr_t& strTag, _bstr_t& strValue)

FindTextTag(const _bstr_t& strTag, CComVariant& vVal, VARTYPE vt)

Return Value

Returns TRUE if successful, FALSE if no such tag was found in the currently loaded map.

Parameters

strTag

The tag name of the element to be found.

strValue

The out parameter with the search result.

vVal

The out parameter with the search result.

vt

The desired type of variant in the out parameter.