WIN32 Error Handling

Source: Internet
Author: User
Tags win32 error

The following is excerpted from:
Http://baike.baidu.com/view/8552073.htm?fr=aladdin

For example:

1 voidTesterrorinfo (void)2 {3 //make an error. 4 if(! CreateDirectory (_t ("c:\\"),0))5 {6TCHAR szbuf[ -];7 lpvoid lpMsgBuf;8DWORD DW =GetLastError ();9FormatMessage [1] (TenFormat_message_allocate_buffer |Format_message_from_system, One NULL, A DW, - makelangid (lang_neutral, Sublang_default), -(LPTSTR) &lpMsgBuf, the 0, NULL); - wsprintf (Szbuf, -_t ("%s error message (Error code =%d):%s"), -_t ("CreateDirectory"), DW, lpmsgbuf); + LocalFree (LPMSGBUF); - //The output hint.  + OutputDebugString (szbuf); A } at}

3 API:

GetLastError (),

FormatMessage (),

LocalFree ();

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.