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

For a bitmap associated with a cursor, GetObject retrieves the correct object with incorrect height

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None

    Description

      On Windows XPsp3, we found that after loading a cursor with
      HCURSOR hCursor = LoadImage(NULL, MAKEINTRESOURCE(OCR_NORMAL), IMAGE_CURSOR, 0, 0, LR_DEFAULTSIZE|LR_SHARED)
      and get the bitmap associated with GetIconInfo(hCursor, &info) and GetObjectW(info.bmMask, sizeof(bmp), &bmp),
      this returns a bitmap with 32x32 1bpp;

      On ReactOS return a bitmap with 32x64 1bpp. Same as Win2003 sp2

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zecarlos1957 zecarlos1957
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: