HomeSort by relevance Sort by last modified time
    Searched full:get_namespaceuri (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h 331 virtual HRESULT WINAPI get_namespaceURI(BSTR *namespaceURI) = 0;
378 HRESULT (WINAPI *get_namespaceURI)(IXMLDOMNode *This,BSTR *namespaceURI);
427 #define IXMLDOMNode_get_namespaceURI(This,namespaceURI) (This)->lpVtbl->get_namespaceURI(This,namespaceURI)
    [all...]
msxml2.h 991 virtual HRESULT WINAPI get_namespaceURI(BSTR *namespaceURI) = 0;
    [all...]

Completed in 115 milliseconds