Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31623
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.023 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'url:msdn': 0.07; '"0"': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; "microsoft's": 0.16; 'oct': 0.16; 'subject:Change': 0.16; 'url:85)': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'actual': 0.28; 'search.': 0.29; 'usually': 0.30; 'problem.': 0.32; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'url:library': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'url:microsoft': 0.39; 'header:Received:5': 0.40; 'end': 0.40; 'url:aspx': 0.60; 'url:en-us': 0.65 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/hHT5yU10Yjh+6ws49VBuDW30NQlddYVbAOnqTPXaHY=; b=VjSMrlMEYEO2i7O0VTkg9HOVLSfY64aDt0uNYHF0TYtxEBXTRKzAbZU1/fqu8zOXiM +hcdgU3o4xN5g3cAXYiovRZZt9D9IuGY3uyRCHel/DG5m+hmQSWH78fmBTSdcf9WykqO ynRhI51Bylt914AOUoS9ciYn6ExfAp7LdgBXHk8j02BgKyTYcJh1hhVOYmXZSOylnT7v qkbtNTep6lulZaSVgFbZ0t80g+z6AoDeD/VR65kxNpQcU5wY/DH06UuFgNRfqmGeNLia uYECSAfUe0/2fOPdIaZpJMHvH9IPK30bFxnd2r2eogNkJ/WJLDPHGnoct58GcF5zpx6w 8XZQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <CAKhY55MWRQWQbBpv7PXEhX2f11H8AvQoeNg9JA_8F8wJ8Eqh9A@mail.gmail.com> |
| References | <CAKhY55NpUnZ3PdZczo2kv-DezMsz0TjWAvPST5cRZyAY30MPaA@mail.gmail.com> <CALwzidnMxbp5vOXN7BTdTEb=swd8nLcETugvyr--ZTj7A1=cTQ@mail.gmail.com> <CAKhY55MXu4Jm1aDCUSsMrAe3U2wZ260v8hs9Ek4=iKbM_v9Nyg@mail.gmail.com> <CAKhY55MWRQWQbBpv7PXEhX2f11H8AvQoeNg9JA_8F8wJ8Eqh9A@mail.gmail.com> |
| Date | Thu, 18 Oct 2012 21:13:39 +1100 |
| Subject | Re: Change computername |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2421.1350555222.27098.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350555222 news.xs4all.nl 6904 [2001:888:2000:d::a6]:33684 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31623 |
Show key headers only | View raw
On Thu, Oct 18, 2012 at 7:22 PM, Anatoli Hristov <tolidtm@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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Change computername Chris Angelico <rosuav@gmail.com> - 2012-10-18 21:13 +1100
csiph-web