Skip to content

Commit

Permalink
Fixed #1333.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Oct 27, 2022
1 parent dd04359 commit 8428ad0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1209,4 +1209,7 @@ IDXGIFactory1::EnumAdapters1=[CanReturnErrorsAsSuccess]
IDXGIAdapter::EnumOutputs=[CanReturnErrorsAsSuccess]
ID2D1RenderTarget::EndDraw=[CanReturnErrorsAsSuccess]
IAssocHandler::IsRecommended=[CanReturnMultipleSuccessValues]
IWICImagingFactory::CreateDecoderFromFilename::pguidVendor=[Optional]
IWICImagingFactory::CreateDecoderFromFilename::pguidVendor=[Optional]
DCompositionCreateDevice::dcompositionDevice=[ComOutPtr]
DCompositionCreateDevice2::dcompositionDevice=[ComOutPtr]
DCompositionCreateDevice3::dcompositionDevice=[ComOutPtr]
4 changes: 4 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2242,3 +2242,7 @@ Windows.Win32.Devices.Fax.IFaxServerNotify2.OnServerActivityChange(pFaxServer,lI
Windows.Win32.Devices.Fax.IFaxServerNotify2.OnServerShutDown(pFaxServer) added
# Fixed #1332.
Windows.Win32.Graphics.Imaging.IWICImagingFactory.CreateDecoderFromFilename : pguidVendor : [Const,In] => [Const,In,Optional]
# Fixed #1333.
Windows.Win32.Graphics.DirectComposition.Apis.DCompositionCreateDevice : dcompositionDevice : [Out] => [ComOutPtr,Out]
Windows.Win32.Graphics.DirectComposition.Apis.DCompositionCreateDevice2 : dcompositionDevice : [Out] => [ComOutPtr,Out]
Windows.Win32.Graphics.DirectComposition.Apis.DCompositionCreateDevice3 : dcompositionDevice : [Out] => [ComOutPtr,Out]

0 comments on commit 8428ad0

Please sign in to comment.