We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecee0b commit 71d6766Copy full SHA for 71d6766
include/dxc/dxcapi.h
@@ -777,7 +777,7 @@ struct IDxcResult : public IDxcOperationResult {
777
virtual HRESULT STDMETHODCALLTYPE
778
GetOutput(_In_ DXC_OUT_KIND dxcOutKind, _In_ REFIID iid,
779
_COM_Outptr_opt_result_maybenull_ void **ppvObject,
780
- _COM_Outptr_ IDxcBlobWide **ppOutputName) = 0;
+ _COM_Outptr_opt_result_maybenull_ IDxcBlobWide **ppOutputName) = 0;
781
782
/// \brief Retrieves the number of outputs available in this result.
783
virtual UINT32 GetNumOutputs() = 0;
0 commit comments