On Sunday 13 August 2006 06:45, Robert Reif wrote:
This patch also adds a partial implementation of GetComputerObjectNameW.
The GetComputerObjectNameA function appears to be broken. When GetComputerObjectNameW fails due to too little memory in the name buffer, it sets the buffer size as specified by MSDN. However, when GetComputerObjectNameA calls GetComputerObjectNameW and receives an error code, this isn't copied into its nSize parameter.