HomeSort by relevance Sort by last modified time
    Searched refs:get_nodeTypeString (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 317 virtual HRESULT WINAPI get_nodeTypeString(BSTR *nodeType) = 0;
364 HRESULT (WINAPI *get_nodeTypeString)(IXMLDOMNode *This,BSTR *nodeType);
413 #define IXMLDOMNode_get_nodeTypeString(This,nodeType) (This)->lpVtbl->get_nodeTypeString(This,nodeType)
    [all...]
msxml2.h 977 virtual HRESULT WINAPI get_nodeTypeString(BSTR *nodeType) = 0;
    [all...]

Completed in 52 milliseconds