SECXMLDocument::FindElementTag

BOOL SECXMLDocument::FindElementTag(const _bstr_t& strTag, IXMLDOMNode** ppElement)

Find the IXMLDOMNode pointer that matches the specified tag. Make sure to call LoadMap or MapElements before using.

Defined in: XMLDomDoc.h

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.

ppElement

The out parameter with the search result.