Searched refs:ppDoc (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxmldso.idl48 HRESULT XMLDocument([out, retval] IXMLDOMDocument** ppDoc);
51 HRESULT XMLDocument([in] IXMLDOMDocument* ppDoc);
H A Doleidl.h894 IOleInPlaceUIWindow **ppDoc,
956 IOleInPlaceUIWindow **ppDoc,
1000 #define IOleInPlaceSite_GetWindowContext(This,ppFrame,ppDoc,lprcPosRect,lprcClipRect,lpFrameInfo) (This)->lpVtbl->GetWindowContext(This,ppFrame,ppDoc,lprcPosRect,lprcClipRect,lpFrameInfo)
1035 IOleInPlaceUIWindow **ppDoc,
H A Doleidl.idl262 [out] IOleInPlaceUIWindow **ppDoc,
H A Dmshtml.idl15149 HRESULT OwningDoc([out] IHTMLDocument2 **ppDoc);
15162 HRESULT OwningDoc([out] IHTMLDocument2 **ppDoc);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxmldso.idl51 HRESULT XMLDocument([out, retval] IXMLDOMDocument** ppDoc);
54 HRESULT XMLDocument([in] IXMLDOMDocument* ppDoc);
H A Doleidl.h894 IOleInPlaceUIWindow **ppDoc,
956 IOleInPlaceUIWindow **ppDoc,
1000 #define IOleInPlaceSite_GetWindowContext(This,ppFrame,ppDoc,lprcPosRect,lprcClipRect,lpFrameInfo) (This)->lpVtbl->GetWindowContext(This,ppFrame,ppDoc,lprcPosRect,lprcClipRect,lpFrameInfo)
1035 IOleInPlaceUIWindow **ppDoc,
H A Doleidl.idl262 [out] IOleInPlaceUIWindow **ppDoc,
H A Dmsxml2.idl1220 HRESULT XMLDocument([out, retval] IXMLDOMDocument** ppDoc);
1223 HRESULT XMLDocument([in] IXMLDOMDocument* ppDoc);
H A Dmshtml.idl17894 HRESULT OwningDoc([out] IHTMLDocument2 **ppDoc);
17907 HRESULT OwningDoc([out] IHTMLDocument2 **ppDoc);
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp392 static int rtS3ReadXmlFromMemory(PRTS3TMPMEMCHUNK pChunk, const char* pszRootElement, xmlDocPtr *ppDoc, xmlNodePtr *ppCur) argument
394 *ppDoc = xmlReadMemory(pChunk->pszMem, (int)pChunk->cSize, "", "ISO-8859-1", XML_PARSE_NOBLANKS | XML_PARSE_NONET);
395 if (*ppDoc == NULL)
398 *ppCur = xmlDocGetRootElement(*ppDoc);
401 xmlFreeDoc(*ppDoc);
406 xmlFreeDoc(*ppDoc);

Completed in 147 milliseconds