Rémi Bernon (@rbernon) commented about dlls/windows.devices.enumeration/collection.c:
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
+#include "private.h" +#include "windows.foundation.collections.h"
+#include <wine/debug.h>
+WINE_DEFAULT_DEBUG_CHANNEL(enumeration);
+struct vectorview_DeviceInformation
Unless there's a reason not to (which I may have missed as I'm not looking into the details), you should use the IVector implementation from w.g.i as well, it's generic and should work for anything that implements IInspectable. You only need to provided it with the right IIDs as it erases the element type otherwise.