Microsoft Deployment Toolkit
Documentation Library HRESULT SelectSingleNode(LPCTSTR xPath, IXMLDOMNode **ppNode) |
Call this method if you want to directly get a single XML node using an XPath expression. It is better to use one of the other methods if you can. Use this method only if you can’t get to a node any other way.
Related Topics