@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The IEnumWIA_DEV_INFO interface enumerates the currently available Microsoft Windows Image Acquisition (WIA) hardware devices and their properties. !!!!C# Definition: [ComImport, Guid("5e38b83c-8cf1-11d1-bf92-0060081ed811")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IEnumWIA_DEV_INFO { void Next( [In] int celt, [Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] IWiaPropertyStorage[] rgelt, [Out, In] ref int celtFetched); void Skip( [In] int celt); void Reset(); void Clone( [Out, MarshalAs(UnmanagedType.Interface)] out object clonedIEnum); void GetCount( [Out] out int celt); } !!!!VB Definition: <ComImport> _ <Guid("TODO")> _ 'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch Interface IEnumWIA_DEV_INFO TODO End Interface !!!!User-Defined Types: None. !!!!Notes: None. Documentation: IEnumWIA_DEV_INFO@msdn on MSDN
Edit Interfaces.IEnumW...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.