Commit 71d6766
authored
Fix the SAL of IDxcResult::GetOutput (microsoft#4487)
The ppOutputName parameter can be nullptr and can return nullptr. Change
its SAL to _COM_Outptr_opt_result_maybenull_.
Related to microsoft#4149 .1 parent 5ecee0b commit 71d6766
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
| 780 | + | |
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
| |||
0 commit comments