1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

include: Add IHolographicSpaceStatics3 interface definition.

This commit is contained in:
Mohamad Al-Jaf 2023-03-17 00:08:45 -04:00 committed by Alexandre Julliard
parent 18453129be
commit 0f01852333

View file

@ -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),