Commit a05ece8c authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Add IReference<T> interface.

parent aca853c7
......@@ -73,6 +73,15 @@ cpp_quote("#endif")
]
delegate HRESULT TypedEventHandler<TSender, TArgs>([in] TSender sender, [in] TArgs args);
[
contract(Windows.Foundation.FoundationContract, 1.0),
uuid(61c17706-2d65-11e0-9ae8-d48564015472)
]
interface IReference<T> : IInspectable
{
[propget] HRESULT Value([out, retval] T *value);
}
namespace Collections
{
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment