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

MetaObjectGenerator inside qaxbase.cpp mishandles parameter type

    XMLWordPrintable

Details

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

    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]

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes