Module: wine Branch: master Commit: 0f018523332c10da70220100ca28369d51e33f9e URL: https://gitlab.winehq.org/wine/wine/-/commit/0f018523332c10da70220100ca28369...
Author: Mohamad Al-Jaf mohamadaljaf@gmail.com Date: Fri Mar 17 00:08:45 2023 -0400
include: Add IHolographicSpaceStatics3 interface definition.
---
include/windows.graphics.holographic.idl | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/include/windows.graphics.holographic.idl b/include/windows.graphics.holographic.idl index cada5796916..568003cd7a3 100644 --- a/include/windows.graphics.holographic.idl +++ b/include/windows.graphics.holographic.idl @@ -99,6 +99,16 @@ namespace Windows.Graphics.Holographic { [eventremove] HRESULT IsAvailableChanged([in] EventRegistrationToken token); }
+ [ + contract(Windows.Foundation.UniversalApiContract, 5.0), + exclusiveto(Windows.Graphics.Holographic.HolographicSpace), + uuid(3b00de3d-b1a3-4dfe-8e79-fec5909e6df8) + ] + interface IHolographicSpaceStatics3 : IInspectable + { + [propget] HRESULT IsConfigured([out, retval] boolean *value); + } + [ contract(Windows.Foundation.UniversalApiContract, 2.0), exclusiveto(Windows.Graphics.Holographic.HolographicSpaceCameraAddedEventArgs),