Re: [PATCH 2/8] vbox: Introduce IVirtualBoxErrorInfo interface

2023-01-24 Thread Martin Kletzander
On Mon, Jan 23, 2023 at 10:35:49AM +0100, Michal Privoznik wrote: The IVirtualBoxErrorInfo interface allows us to query error messages from VirtualBox. Since VirtualBox has stacked errors we need the GetNext() method too. The odd one, that sticks out is GetIID() as it is not part of the

[PATCH 2/8] vbox: Introduce IVirtualBoxErrorInfo interface

2023-01-23 Thread Michal Privoznik
The IVirtualBoxErrorInfo interface allows us to query error messages from VirtualBox. Since VirtualBox has stacked errors we need the GetNext() method too. The odd one, that sticks out is GetIID() as it is not part of the interface as defined bu VirtualBox header files. BUT, we need to get the