This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author typo.pl
Recipients pitrou, typo.pl
Date 2008-12-13.21:26:34
SpamBayes Score 0.008652308
Marked as misclassified No
Message-id <1229203596.01.0.509650896916.issue4653@psf.upfronthosting.co.za>
In-reply-to
Content
Here are the URLs to the MSDN documentation for CreateFileMapping and 
FormatMessage[A|W]:
<http://msdn.microsoft.com/en-us/library/aa366537.aspx>
<http://msdn.microsoft.com/en-us/library/ms679351.aspx>

For CreateFileMapping(), from the Return Value section:
"If the function fails, the return value is NULL. To get extended error 
information, call GetLastError."

For FormatMessage[A|W]:
nSize [in] 
If the FORMAT_MESSAGE_ALLOCATE_BUFFER flag is not set, this parameter 
specifies the size of the output buffer, in TCHARs.
History
Date User Action Args
2008-12-13 21:26:36typo.plsetrecipients: + typo.pl, pitrou
2008-12-13 21:26:36typo.plsetmessageid: <1229203596.01.0.509650896916.issue4653@psf.upfronthosting.co.za>
2008-12-13 21:26:34typo.pllinkissue4653 messages
2008-12-13 21:26:34typo.plcreate