The IWiaItem interface provides applications with the ability to query WIA devices to discover their capabilities. Each WIA device is represented as a hierarchical tree of IWiaItem objects.
3/16/2007 7:49:38 AM - anonymous
The IWiaItem interface provides applications with the ability to query WIA devices to discover their capabilities. Each WIA device is represented as a hierarchical tree of IWiaItem objects.
3/16/2007 7:49:38 AM - anonymous
.
public interface IWiaItem
.
[Out, MarshalAs(UnmanagedType.Interface)] out object iWiaItem);
.
[Out, MarshalAs(UnmanagedType.Interface)] out object iWiaItem);
The IWiaPropertyStorage interface is used to access information about the IWiaItem object's properties.
3/16/2007 7:49:39 AM - anonymous
The IWiaItem interface provides applications with the ability to query WIA devices to discover their capabilities. Each WIA device is represented as a hierarchical tree of IWiaItem objects.