secur32: make GetComputerObjectNameA use GetComputerObjectNameW (revised)

Chris Robinson chris.kcat at gmail.com
Sun Aug 13 10:15:35 CDT 2006


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.



More information about the wine-devel mailing list