Change computername

Chris Angelico rosuav at gmail.com
Thu Oct 18 06:13:39 EDT 2012


On Thu, Oct 18, 2012 at 7:22 PM, Anatoli Hristov <tolidtm at gmail.com> wrote:
> It does not work the result is "0"
>
> And I don't find any documentation about it :(

Microsoft's official documentation can usually be found at the other
end of a web search. In this case:

http://msdn.microsoft.com/en-us/library/windows/desktop/ms724931(v=vs.85).aspx

You may need to call GetLastError to find out the actual problem.

ChrisA



More information about the Python-list mailing list