[Bug 16195] New: GetKeyNameTextW returns a wrong length

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 24 06:59:23 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=16195

           Summary: GetKeyNameTextW returns a wrong length
           Product: Wine
           Version: 1.1.9
          Platform: PC-x86-64
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P4
         Component: user32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: winehq.5.tahtu at spamgourmet.com


int Len;
LPTSTR lpString[64];

Len = GetKeyNameTextW(22151168, lpString, 32);


After this call lpString has the correct "Insert" string - bug Len has the
wrong value 1 - I expect the value 6.


PS
Please note: It's the unicode version of GetKeyNameText.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list