Lines Matching refs:IDxcOperationResult
376 // NOTE: IDxcResult replaces IDxcOperationResult
377 CROSS_PLATFORM_UUIDOF(IDxcOperationResult, "CEDB484A-D4E9-445A-B991-CA21CA157DC2")
378 struct IDxcOperationResult : public IUnknown {
408 _COM_Outptr_ IDxcOperationResult **ppResult // Compiler output status, buffer, and errors
421 _COM_Outptr_ IDxcOperationResult **ppResult // Preprocessor output status, buffer, and errors
446 _COM_Outptr_ IDxcOperationResult **ppResult, // Compiler output status, buffer, and errors
472 IDxcOperationResult **ppResult // Linker output status, buffer, and errors
576 struct IDxcResult : public IDxcOperationResult {
634 _COM_Outptr_ IDxcOperationResult **ppResult // Validation output status, buffer, and errors
643 virtual HRESULT STDMETHODCALLTYPE SerializeContainer(_Out_ IDxcOperationResult **ppResult) = 0; // Builds a container of the given container builder state
651 _COM_Outptr_ IDxcOperationResult **ppResult // Assembly output status, buffer, and errors