Here's the definition of the IUnboundHandler interface:
[
uuid(42FD4C01-3385-4BF4-9F42-E6E65104CF42),
pointer_default(unique)
]
interface IUnboundHandler : IUnknown
{
[propget, id(1), helpcontext(3001), helpstring("Gets the number of items.")] HRESULT ItemsCount( IDispatch* Source, [out, retval ] long* pVal );
[id(2), helpcontext(3002), helpstring("The source requires an item.")] HRESULT ReadItem( long Index, IDispatch* Source );
}
![]() | Name | Description |