Home | History | Annotate | Download | only in include

Lines Matching refs:strData

4602       virtual HRESULT WINAPI processingInstruction(BSTR *strTarget,BSTR *strData) = 0;
4624 HRESULT (WINAPI *processingInstruction)(IVBSAXContentHandler *This,BSTR *strTarget,BSTR *strData);
4648 #define IVBSAXContentHandler_processingInstruction(This,strTarget,strData) (This)->lpVtbl->processingInstruction(This,strTarget,strData)
4670 HRESULT WINAPI IVBSAXContentHandler_processingInstruction_Proxy(IVBSAXContentHandler *This,BSTR *strTarget,BSTR *strData);