Home | History | Annotate | Download | only in include

Lines Matching refs:get_output

3614       virtual HRESULT WINAPI get_output(VARIANT *pOutput) = 0;
3639 HRESULT (WINAPI *get_output)(IXSLProcessor *This,VARIANT *pOutput);
3666 #define IXSLProcessor_get_output(This,pOutput) (This)->lpVtbl->get_output(This,pOutput)
4993 virtual HRESULT WINAPI get_output(VARIANT *varDestination) = 0;
5021 HRESULT (WINAPI *get_output)(IMXWriter *This,VARIANT *varDestination);
5051 #define IMXWriter_get_output(This,varDestination) (This)->lpVtbl->get_output(This,varDestination)