selectSingleNode property

Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMElement> This, BSTR queryString, Pointer<Pointer<IXMLDOMNode>> resultNode)>> selectSingleNode
getter/setter pair

Implementation

external ffi.Pointer<ffi.NativeFunction<HRESULT Function(ffi.Pointer<IXMLDOMElement> This, BSTR queryString, ffi.Pointer<ffi.Pointer<IXMLDOMNode>> resultNode)>> selectSingleNode;