Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-134436

MetaObjectGenerator inside qaxbase.cpp mishandles parameter type

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.15, 6.9.0 Beta3
    • ActiveX Support
    • None
    • Windows 11, VS 2022
    • Windows

      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]

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            owolff Oliver Wolff
            scottbloom Scott
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes