Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-6939

DllCall used in AHK test suite returns ERROR_INVALID_HANDLE

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • None
    • VMWare Workstation 9.0.1 build-894247 on Win7

    Description

      h := DllCall("OpenProcess", "UInt", 0x0010 | 0x0400, "Int", false, "UInt", id)

      and

      e := DllCall("Psapi.dll\GetModuleBaseNameA", "UInt", h, "UInt", 0, "Str", n, "UInt", s)

      returns ERROR_INVALID_HANDLE (error 6) in r58285.
      Because of this some *.tmp processes are not closed and makes AHK test suite to work incorrectly.

      Attachments

        Activity

          People

            usurp usurp
            EDIJS EDIJS
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: