getElementsByTagName property

Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMElement> This, BSTR tagName, Pointer<Pointer<IXMLDOMNodeList>> resultList)>> getElementsByTagName
getter/setter pair

Implementation

external ffi.Pointer<ffi.NativeFunction<HRESULT Function(ffi.Pointer<IXMLDOMElement> This, BSTR tagName, ffi.Pointer<ffi.Pointer<IXMLDOMNodeList>> resultList)>> getElementsByTagName;