Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15, 6.9.0 Beta3
-
None
-
Windows 11, VS 2022
Description
trying to create an interface file using dumpcpp for the imapi2 API type ID {2735412F-7F64-5B0F-8F00-5D77AFBE261E}
using the following command line
dumpcpp {2735412F-7F64-5B0F-8F00-5D77AFBE261E} -o IMAPI2
For the function MsftDiscRecorder2::SendCommandGetDataFromDevice
You will see the third parameter SenseBuffer is an output parameter of C-Array of uint
The current syntax is uint SenseBuffer[18]& when it should be uint (&SenseBuffer)[18]