直近のエラー【GetLastError】

int GetLastError( )

 

The function returns the last occurred error, then the value of special last_error variable where the last error code is stored will be zeroized. So, the next call for GetLastError() will return 0.

この関数は最後に発生したエラーを返し、最後のエラーコードが格納されている特殊な last_error 変数の値がゼロ初期化されます。そのため、GetLastError()を次に呼び出すと、0 を返します。

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">